Conversation
Relocatable OCaml - test harness (cherry picked from commit aaf854d)
fix local variables in Makefile (cherry picked from commit 06cff99)
Add `flexlink.exe` and `ocamllex.exe` to the list of files that do not link with the Config module. Normally, these are symlinks to `*.byte.exe` or `*.opt.exe` but (depending on Windows shenanigans) `configure` may decide to use `cp` instead of `ln -s`. (cherry picked from commit 374aee4)
Fix INRIA CI job other-configs (cherry picked from commit 53bb5a8)
…` for the other-configs tests) (PR#14314) This is then used in testsuite/tools/toolchain.ml to correctly identify whether the clang assembler embeds the full path to the source file or not. (cherry picked from commit 85cd5fd)
- Paranoid implementation using Compmisc.reinit_path used instead of the change to Compmisc.init_path merged in OCaml 5.5 - C stub added to the harness instead of backporting caml_sys_proc_self_exe - Compmisc.reinit_path used instead of updating Compmisc.init_path - Config.c_compiler_vendor avoided by instead exposing the constant as Toolchain.c_compiler_vendor - Config.asm_dwarf_version folded into toolchain.ml.in - Config.shebangscripts avoided by instead adding an additional --with- option to the harness and threading $(SHEBANGSCRIPTS) from the build system - OCaml 5.5 Standard Library functions added: - Option.exists - Required parts of Bytelink.read_runtime_launch_info directly added to the test harness, instead of exposing the machinery in Bytelink. - Misc.Stdlib.String.to_utf_8_seq added directly to TestRelocation. - ocamlmklib -M exits with code 0
Save ~45min per run on Jenkins on Risc-V (cherry picked from commit 500f572)
(cherry picked from commit 5d9b1dc)
Ensure the Jenkins workers always clean up the installation (cherry picked from commit 681df07)
dra27
force-pushed
the
test-in-prefix-5.4
branch
from
April 19, 2026 09:38
494b613 to
4f2678d
Compare
dra27
force-pushed
the
test-in-prefix-5.4
branch
from
September 5, 2026 08:40
4f2678d to
6db5761
Compare
dra27
force-pushed
the
test-in-prefix-5.4
branch
from
September 15, 2026 06:48
6db5761 to
dfba042
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.