| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -28,16 +28,12 @@ jobs: | |||
| 28 | 28 | with: | |
| 29 | 29 | python-version: "3.13" | |
| 30 | 30 | 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 | ||
| 36 | 32 | env: | |
| 37 | 33 | REQUIRE_CYTHON: 1 | |
| 38 | 34 | CFLAGS: "-fsanitize=address -g -O1" | |
| 39 | 35 | LDFLAGS: "-fsanitize=address" | |
| 40 | - run: poetry run python setup.py build_ext --inplace --force | ||
| 36 | + run: poetry install --only=main,dev | ||
| 41 | 37 | - name: Fuzz the parser under ASan | |
| 42 | 38 | env: | |
| 43 | 39 | HYPOTHESIS_PROFILE: ${{ inputs.profile }} | |
| Back | FazBrowse Home | New Git URL |
0 commit comments