Skip to content

Commit

Permalink
simplify asan
Browse files Browse the repository at this point in the history
  • Loading branch information
mmomtchev committed Sep 27, 2024
1 parent 0e653b3 commit 1d8d5b7
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/test-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,16 +201,11 @@ jobs:
container_init: 'cd deps/ImageMagick && sh configure --prefix /usr && make -j4 && sudo make install'
extra_npm_opts: '--enable-external --enable-shared --cpp-args="`pkg-config --cflags Magick++` --cpp-link-args="`pkg-config --libs Magick++`'


debug-asan:
runs-on: ${{ matrix.platform }}
runs-on: ubuntu-22.04
needs: swig

strategy:
fail-fast: false
matrix:
platform: [ubuntu-22.04]

steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 1d8d5b7

Please sign in to comment.