FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

ci: build the asan workflow extensions through poetry install · python-zeroconf/python-zeroconf@3675732 · GitHub

Commit 3675732

Browse files
committed
ci: build the asan workflow extensions through poetry install
1 parent 28f8047 commit 3675732

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

‎.github/workflows/asan.yml‎

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,12 @@ jobs:
2828
with:
2929
python-version: "3.13"
3030
cache: "poetry"
31-
- name: Install dependencies
32-
env:
33-
REQUIRE_CYTHON: 1
34-
run: poetry install --only=main,dev
35-
- name: Rebuild the extensions with AddressSanitizer
31+
- name: Install dependencies with AddressSanitizer instrumentation
3632
env:
3733
REQUIRE_CYTHON: 1
3834
CFLAGS: "-fsanitize=address -g -O1"
3935
LDFLAGS: "-fsanitize=address"
40-
run: poetry run python setup.py build_ext --inplace --force
36+
run: poetry install --only=main,dev
4137
- name: Fuzz the parser under ASan
4238
env:
4339
HYPOTHESIS_PROFILE: ${{ inputs.profile }}

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL