Skip to content

Commit

Permalink
Test manylinux2014
Browse files Browse the repository at this point in the history
  • Loading branch information
nbdd0121 committed Jan 24, 2024
1 parent 89209fc commit 217f988
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 181 deletions.
25 changes: 16 additions & 9 deletions .github/workflows/toolchain_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ jobs:
march: rv32imc_zba_zbb_zbc_zbs
mabi: ilp32
mcmodel: medany
- name: rv64imac
display_name: GCC and Clang/LLVM toolchains targeting RV64IMAC (Muntjac)
target: riscv64-unknown-elf
output_dir: /tools/riscv
march: rv64imac
mabi: lp64
mcmodel: medany
# - name: rv64imac
# display_name: GCC and Clang/LLVM toolchains targeting RV64IMAC (Muntjac)
# target: riscv64-unknown-elf
# output_dir: /tools/riscv
# march: rv64imac
# mabi: lp64
# mcmodel: medany
# - name: multilib-baremetal
# display_name: RV64 GCC (Multilib Baremetal)
# target: riscv64-unknown-elf
Expand All @@ -42,16 +42,23 @@ jobs:
# output_dir: /opt/riscv-linux-toolchain

name: ${{ matrix.display_name }}
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
container: quay.io/pypa/manylinux2014_x86_64
timeout-minutes: 360

steps:
- name: Download Node.js 20
run: |
curl -sL https://unofficial-builds.nodejs.org/download/release/v20.9.0/node-v20.9.0-linux-x64-musl.tar.xz | \
tar -xJ --strip-component=1 -C /usr
- uses: actions/checkout@v4

- name: Setup environment
run: |
yum install sudo -y
echo ::group::Install dependencies
./prepare-ubuntu-20.04.sh
./prepare-centos6.sh
./install-crosstool-ng.sh
echo ::endgroup::
Expand Down
172 changes: 0 additions & 172 deletions azure-pipelines.yml

This file was deleted.

1 change: 1 addition & 0 deletions build-gcc-with-args.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ cd "${build_top_dir}/build/gcc"
echo "# ADDED BY ${0}";
echo "CT_PREFIX_DIR=\"${toolchain_dest}\""
echo "CT_LOCAL_PATCH_DIR=\"${build_top_dir}/patches/${toolchain_name}\""
echo "CT_ALLOW_BUILD_AS_ROOT=y"
echo "# END ADDED BY ${0}"
} > .config
ct-ng upgradeconfig
Expand Down

0 comments on commit 217f988

Please sign in to comment.