mirror of
https://github.com/pantor/inja.git
synced 2026-02-17 09:03:58 +00:00
Disabled immediate config on Linux CI libc6-dbg (#188)
Taken from an issue on the Docker for linux repo and a few other places: https://github.com/docker/for-linux/issues/1131 Ubuntu bug report also seems to indicate this is safe: https://bugs.launchpad.net/ubuntu-cdimage/+bug/1871268
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user