Skip to content

Trying to get CI green - #269

Merged
mjp41 merged 12 commits into
daanx:masterfrom
mjp41:goingGreen
Sep 2, 2026
Merged

Trying to get CI green#269
mjp41 merged 12 commits into
daanx:masterfrom
mjp41:goingGreen

Conversation

@mjp41

@mjp41 mjp41 commented Sep 2, 2026

Copy link
Copy Markdown
Collaborator

Various fixes that seem sensible from copilot to get a Green CI.

Comment thread build-bench-env.sh
checkout je $version_je https://github.com/jemalloc/jemalloc
if grep -q 'std::__throw_bad_alloc' src/jemalloc_cpp.cpp; then
patch -p1 < ../../patches/jemalloc.patch
fi

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.

I think something like sed -i s/std::__throw_bad_alloc();/throw std::bad_alloc();/ would be more portable

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Good suggestion. Changed to that

@mjp41

mjp41 commented Sep 2, 2026

Copy link
Copy Markdown
Collaborator Author

@jvoisin I'm planning to clear some of the backlog here. If you're happy with this, then I can work on the other PRs with a green baseline.

@jvoisin

jvoisin commented Sep 2, 2026

Copy link
Copy Markdown
Collaborator

LGTM :)

@mjp41
mjp41 merged commit dd0c9ce into daanx:master Sep 2, 2026
74 checks passed
@mjp41
mjp41 deleted the goingGreen branch September 2, 2026 15:21
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.

2 participants