Skip to content

Commit 90b9443

Browse files
committed
wip: build sysroot with gcc-10
1 parent 44a7ba0 commit 90b9443

File tree

2 files changed

+938
-5
lines changed

2 files changed

+938
-5
lines changed

.github/workflows/sysroot.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
include:
15-
- config: 'ppc64el-gcc-8.5.0-glibc-2.28.config'
15+
- config: 'ppc64el-gcc-10.4.0-glibc-2.28.config'
1616
arch: 'ppc64el'
1717
pkg: 'powerpc64le-linux-gnu'
1818
suffix: '-glibc-2.28'
@@ -26,7 +26,7 @@ jobs:
2626
sudo apt-get install -y gcc g++ gperf bison flex texinfo help2man make libncurses5-dev \
2727
python3-dev autoconf automake libtool libtool-bin gawk wget bzip2 xz-utils unzip \
2828
patch rsync meson ninja-build curl
29-
29+
3030
- name: 'Setup crosstool-ng'
3131
run: |
3232
set -e
@@ -36,7 +36,7 @@ jobs:
3636
./configure --prefix=`pwd`/out
3737
make
3838
make install
39-
39+
4040
- name: 'Build toolchain'
4141
run: |
4242
set -e
@@ -45,7 +45,7 @@ jobs:
4545
cd toolchain-dir
4646
cat ../${{ matrix.config }} > .config
4747
ct-ng build
48-
48+
4949
- name: 'Install additional libraries'
5050
run: |
5151
set -e
@@ -69,7 +69,7 @@ jobs:
6969
release_name: Release ${{ github.ref }}
7070
draft: false
7171
prerelease: false
72-
72+
7373
- name: Publish artifact
7474
uses: actions/upload-release-asset@v1
7575
env:

0 commit comments

Comments
 (0)