Skip to content

Commit

Permalink
DLPX-80428 ZDB failing with message; ASan runtime does not come first…
Browse files Browse the repository at this point in the history
… in initial library list in github workflow runs. (openzfs#415)
  • Loading branch information
ahrens authored May 17, 2022
1 parent be3f954 commit cfac23a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/zfs-tests-functional.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
./autogen.sh
- name: Configure
run: |
./configure --enable-debug --enable-debuginfo --enable-asan --enable-ubsan
./configure --enable-debug --enable-debuginfo
- name: Make
run: |
make -j$(nproc) --no-print-directory --silent pkg-utils pkg-kmod
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/zfs-tests-sanity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
./autogen.sh
- name: Configure
run: |
./configure --enable-debug --enable-debuginfo --enable-asan --enable-ubsan
./configure --enable-debug --enable-debuginfo
- name: Make
run: |
make -j$(nproc) --no-print-directory --silent pkg-utils pkg-kmod
Expand Down

0 comments on commit cfac23a

Please sign in to comment.