File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change 1818 fail-fast : false
1919 container :
2020 image : ghcr.io/easybuilders/${{ matrix.container }}-amd64
21- volumes :
22- - /node20217:/node20217:rw,rshared
23- - ${{ matrix.container == 'centos-7.9' && '/node20217:/__e/node20:ro,rshared' || ' ' }}
2421 steps :
25- - name : install nodejs20glibc2.17
26- if : ${{ matrix.container == 'centos-7.9' }}
27- run : |
28- curl -LO https://unofficial-builds.nodejs.org/download/release/v20.9.0/node-v20.9.0-linux-x64-glibc-217.tar.xz
29- tar -xf node-v20.9.0-linux-x64-glibc-217.tar.xz --strip-components 1 -C /node20217
3022 - name : Check out the repo
3123 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
3224
6759 - name : End-to-end test of installing bzip2 with EasyBuild
6860 shell : bash
6961 run : |
70- sudo -u easybuild bash -l -c "source /tmp/eb_env; eb bzip2-1.0.8.eb --trace --robot"
62+ EB_ARGS=''
63+ if [[ "${{ matrix.container }}" == "fedora-41" ]] || [[ "${{ matrix.container }}" == "ubuntu-24.04" ]]; then
64+ EB_ARGS='--filter-deps=binutils'
65+ fi
66+ sudo -u easybuild bash -l -c "source /tmp/eb_env; eb bzip2-1.0.8.eb --trace --robot ${EB_ARGS}"
You can’t perform that action at this time.
0 commit comments