From 1f8fae26155d0897ee8026f008e249c712dc4e62 Mon Sep 17 00:00:00 2001 From: Nik Konyuchenko Date: Wed, 8 May 2024 01:13:24 -0700 Subject: Initial GCC 14.1.0 support + gcc 14 package version + tar.gz and tar.xz checksums + patches from gcc13 that can still be applied to gcc14 Signed-off-by: Nik Konyuchenko --- .github/workflows/build-toolchains.yml | 2 +- .github/workflows/continuous-integration-workflow.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/build-toolchains.yml b/.github/workflows/build-toolchains.yml index 5df5c6d1..da90cfa3 100644 --- a/.github/workflows/build-toolchains.yml +++ b/.github/workflows/build-toolchains.yml @@ -72,7 +72,7 @@ jobs: if: ${{ runner.os == 'macOS' }} run: | brew install autoconf automake bash binutils gawk gnu-sed \ - gnu-tar help2man make ncurses pkg-config + gnu-tar help2man make ncurses pkg-config texinfo libtool echo "${{ github.workspace }}/.local/bin" >> "$GITHUB_PATH" - name: download x86_64-w64-mingw32.${{ matrix.host }} tarball if: ${{ inputs.canadian-cross }} diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index 22845494..c95f023f 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -22,7 +22,7 @@ jobs: if: ${{ runner.os == 'macOS' }} run: | brew install autoconf automake bash binutils gawk gnu-sed \ - gnu-tar help2man make ncurses + gnu-tar help2man make ncurses texinfo libtool - name: "build ct-ng" run: | if [ "$RUNNER_OS" == "macOS" ]; then -- cgit v1.2.3