Skip to content

Commit

Permalink
dummy try
Browse files Browse the repository at this point in the history
  • Loading branch information
catenacyber committed Mar 14, 2024
1 parent 59d18b9 commit f837606
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1728,7 +1728,7 @@ jobs:
ubuntu-22-04-debug-validation:
name: Ubuntu 22.04 (Debug Validation)
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
container: ubuntu:22.04
needs: [prepare-deps, prepare-cbindgen]
steps:
Expand Down Expand Up @@ -1796,7 +1796,7 @@ jobs:
chmod 755 $HOME/.cargo/bin/cbindgen
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
- run: ./autogen.sh
- run: ./configure --enable-debug-validation
- run: ./configure --enable-debug-validation --disable-shared
env:
CFLAGS: "${{ env.DEFAULT_CFLAGS }} -Wshadow -fsanitize=address -fno-omit-frame-pointer"
LDFLAGS: "-fsanitize=address"
Expand Down

0 comments on commit f837606

Please sign in to comment.