From d99d071ed4c5da3068795a8902cb0b1b96986f85 Mon Sep 17 00:00:00 2001 From: Waqar Ahmed Khan Date: Wed, 18 Dec 2024 14:02:32 -0800 Subject: [PATCH] without fix --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 793f9f36..53a501fe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -87,7 +87,7 @@ jobs: # # We can bypass this problem by linking with "resolv" manually until we bump # our base Linux image to Ubuntu 22. - extra-build-flag: --cmake-extra=-DCMAKE_EXE_LINKER_FLAGS="-lresolv" + # extra-build-flag: --cmake-extra=-DCMAKE_EXE_LINKER_FLAGS="-lresolv" steps: - uses: aws-actions/configure-aws-credentials@v4 with: