Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
406c0b17
Unverified
Commit
406c0b17
authored
Mar 26, 2021
by
ebbit1q
Committed by
GitHub
Mar 25, 2021
Browse files
remove arch workaround (#4295)
parent
09de56ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/ci-builds.yml
View file @
406c0b17
...
...
@@ -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'
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment