Skip to content

Commit

Permalink
Disabled immediate config on Linux CI libc6-dbg (#188)
Browse files Browse the repository at this point in the history
Taken from an issue on the Docker for linux repo and a few other places:

docker/for-linux#1131

Ubuntu bug report also seems to indicate this is safe:

https://bugs.launchpad.net/ubuntu-cdimage/+bug/1871268
  • Loading branch information
jessemapel authored Feb 2, 2021
1 parent 15b0b7f commit e09faa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ jobs:
sudo apt-get update
# libc6-dbg:i386 is required for running valgrind on x86.
sudo apt-get install -y ninja-build valgrind libc6-dbg:i386
sudo apt-get install -y ninja-build valgrind libc6-dbg:i386 -o APT::Immediate-Configure=0
if [ "${{ matrix.compiler }}" = "gcc" ]; then
sudo apt-get install -y g++-${{ matrix.version }} g++-${{ matrix.version }}-multilib
echo "CC=gcc-${{ matrix.version }}" >> $GITHUB_ENV
Expand Down

0 comments on commit e09faa6

Please sign in to comment.