Skip to content

Test building in CI#25

Merged
sethmlarson merged 4 commits intopython:mainfrom
StanFromIreland:ci-test
Apr 10, 2026
Merged

Test building in CI#25
sethmlarson merged 4 commits intopython:mainfrom
StanFromIreland:ci-test

Conversation

@StanFromIreland
Copy link
Copy Markdown
Member

Closes #24.

@StanFromIreland StanFromIreland marked this pull request as ready for review April 9, 2026 13:08
@StanFromIreland StanFromIreland requested a review from a team as a code owner April 9, 2026 13:08
@StanFromIreland
Copy link
Copy Markdown
Member Author

FTR, building the memory fuzzer in the CI takes 1h 47m 25s, as such it has been excluded.

Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
@StanFromIreland StanFromIreland requested a review from hugovk April 9, 2026 18:09

- name: Patch Dockerfile to use this ref
run: |
sed -i "s|git clone --depth 1 --branch main https://github.com/python/library-fuzzers.git|git clone --depth 1 --branch ${{ github.head_ref }} ${{ github.event.pull_request.head.repo.clone_url }} library-fuzzers|" \
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes me wonder if we should put these values into an environment variable or something else to make them easier to find-and-replace. This doesn't have to happen in this PR though.

@sethmlarson sethmlarson merged commit 56cfcda into python:main Apr 10, 2026
3 checks passed
@StanFromIreland StanFromIreland deleted the ci-test branch April 10, 2026 18:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Build fuzzers in CI?

3 participants