Skip to content

Commit

Permalink
Disable gcc-sh-elf-newlib build as per issue #33
Browse files Browse the repository at this point in the history
gcc-10 and above flipped a default from -fcommon to -fno-common.
SH version of newlib has duplicate symbols after compiling with GCC
10.1.
  • Loading branch information
michalsieron committed Sep 24, 2021
1 parent 2e09c08 commit 330d500
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/build-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -353,18 +353,18 @@ jobs:
- uses: hdl/conda-ci@master

#25
gcc-newlib-sh-linux:
runs-on: "ubuntu-16.04"
needs: ["libisl-linux", "binutils-sh-linux", "gcc-nostdc-sh-linux"]
env:
PACKAGE: "gcc/newlib"
OS_NAME: "linux"
TOOLCHAIN_ARCH: "sh"
steps:
- uses: actions/checkout@v2
with:
submodules: 'true'
- uses: hdl/conda-ci@master
# gcc-newlib-sh-linux:
# runs-on: "ubuntu-16.04"
# needs: ["libisl-linux", "binutils-sh-linux", "gcc-nostdc-sh-linux"]
# env:
# PACKAGE: "gcc/newlib"
# OS_NAME: "linux"
# TOOLCHAIN_ARCH: "sh"
# steps:
# - uses: actions/checkout@v2
# with:
# submodules: 'true'
# - uses: hdl/conda-ci@master

#26
gcc-musl-sh-linux:
Expand Down

0 comments on commit 330d500

Please sign in to comment.