Skip to content

Clean variables before calling make on different projects to avoid clashes#6769

Merged
rjbou merged 1 commit intoocaml:masterfrom
kit-ty-kate:fix-release-windows
Nov 7, 2025
Merged

Clean variables before calling make on different projects to avoid clashes#6769
rjbou merged 1 commit intoocaml:masterfrom
kit-ty-kate:fix-release-windows

Conversation

@kit-ty-kate
Copy link
Copy Markdown
Member

@kit-ty-kate kit-ty-kate commented Nov 3, 2025

This fixes the compilation of the OCaml compiler on Windows during the release process

Backported to 2.5 in #6770

…ashes

This fixes the compilation of the OCaml compiler on Windows during the release process
@rjbou rjbou merged commit afa7653 into ocaml:master Nov 7, 2025
46 checks passed
git clone $(GIT_URL) -b $(TAG) "$(OUTDIR)/opam-full-$(VERSION)"
$(MAKE) -C "$(OUTDIR)/opam-full-$(VERSION)" OCAML=$(call pathsearch,ocaml) download-ext
unset MAKEFLAGS MAKEOVERRIDES && \
$(MAKE) -C "$(OUTDIR)/opam-full-$(VERSION)" OCAML=$(call pathsearch,ocaml) download-ext
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Is this missing -j$(JOBS)?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

the release script isn't called with -j so it wouldn't matter and i'd rather not download things in parallel anyway to avoid network failures

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants