remove arch workaround (#4295)
This commit is contained in:
parent
09de56ac87
commit
406c0b17ae
1 changed files with 1 additions and 8 deletions
9
.github/workflows/ci-builds.yml
vendored
9
.github/workflows/ci-builds.yml
vendored
|
@ -136,14 +136,7 @@ jobs:
|
|||
|
||||
- name: Build ${{matrix.distro}} Docker image
|
||||
shell: bash
|
||||
run: |
|
||||
# temporary workaround for arch libc version requiring upgraded host
|
||||
# see https://bugs.archlinux.org/task/69563#comment196582
|
||||
if [[ $NAME == ArchLinux ]]; then
|
||||
wget http://ftp.us.debian.org/debian/pool/main/r/runc/runc_1.0.0~rc93+ds1-2_amd64.deb
|
||||
sudo dpkg -i --force-conflicts runc*.deb
|
||||
fi
|
||||
source .ci/docker.sh --build
|
||||
run: source .ci/docker.sh --build
|
||||
|
||||
- name: Build debug and test
|
||||
if: matrix.test != 'skip'
|
||||
|
|
Loading…
Reference in a new issue