File tree Expand file tree Collapse file tree 2 files changed +938
-5
lines changed Expand file tree Collapse file tree 2 files changed +938
-5
lines changed Original file line number Diff line number Diff line change 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'
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
3636 ./configure --prefix=`pwd`/out
3737 make
3838 make install
39-
39+
4040 - name : ' Build toolchain'
4141 run : |
4242 set -e
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
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 :
You can’t perform that action at this time.
0 commit comments