Skip to content
Success

false,ocaml-alpine (Apr 24, 2025, 1:03:32 PM)

Started 25 days ago
Took 22 min on ocaml-alpine

Started by upstream project precheck build number 1055
originally caused by:

Revision: 347e68ced3ad39c626d71117686aa799a65f3328
Repository: ${REPO_URL}
  • refs/remotes/origin/backport-trunk
Changes
  1. Xcode 16 / macOS 15 (details)
  2. Add --with-stublibs configure option (details)
  3. Don't add a double-separator when locating ld.conf (details)
  4. ld.conf-relative path interpretation (details)
  5. Generate ld.conf using relative paths (details)
  6. Load ld.conf from all possible places (details)
  7. Remove caml_get_stdlib_location (details)
  8. Harden the parsing of ld.conf w.r.t. load and CRLF (details)
  9. Use caml_parse_ld_conf in ocamlc (details)
  10. Tidy installation of static builds (details)
  11. Fix the detection of Cygwin-like build environments (details)
  12. Preserve backslashes in --prefix (details)
  13. Harden startup of -custom executables (details)
  14. Interpret . in runtime-launch-info (details)
  15. Add --with-relative-libdir configure option (details)
  16. Add caml_standard_library_default to the runtime (details)
  17. Add -set-runtime-default (details)
  18. Add %standard_library_default (details)
  19. Bootstrap (details)
  20. Use %standard_library_default in Config (details)
  21. Allow libdir to be found relative to bindir (details)
  22. Update the installation test for enable-relative (details)
  23. Test --with-relative-libdir in CI (details)
  24. NFPR: fully test --with-relative-libdir in precheck (details)
  25. Use as directly on Cygwin, as on Linux (details)
  26. Detect but ignore -fdebug-prefix-map on mingw-w64 (details)
  27. Increase reproducibility of relative artefacts (details)
  28. Typo in stdlib/Makefile (details)
  29. Reduce tmpheader.exe to 4-5KiB on Windows (details)
  30. Stop using Caml_inline and Camlnoret in headernt.c (details)
  31. Remove unnecessary guards around unistd.h (details)
  32. Use PATH_MAX instead of MAXPATHLEN (details)
  33. Assume S_ISREG and SEEK_END (details)
  34. Move O_BINARY definition to "header" section (details)
  35. Make caml/exec.h independent (details)
  36. Re-order some header functions (no-op) (details)
  37. Share error path in headernt.c (details)
  38. Unify implementation of read_size (details)
  39. headernt.c: inline run_runtime into main (details)
  40. Check for errors from lseek in header.c (details)
  41. Refactor error display code (details)
  42. header.c: close bytecode image before exec (details)
  43. Tweak the signature of read_runtime_path (details)
  44. Use execvp in header.c (as in headernt.c) (details)
  45. headernt: make read_runtime_path more CRTish (details)
  46. Missing error case in headernt.c (details)
  47. Unify the common parts of header.c and headernt.c (details)
  48. Merge stdlib/header{,nt}.c (details)
  49. Add -launch-method to ocamlc (details)
  50. Test both bytecode header methods (details)
  51. Determine RuntimeID values in configure (details)
  52. Put Bytecode RuntimeID in runtime-launch-info (details)
  53. Bootstrap (details)
  54. Mangle the bytecode runtime names (details)
  55. Build suffixed shared runtimes (details)
  56. Add Zinc RuntimeID Mask for portability (details)
  57. Compute the Zinc runtime ID in the linker (details)
  58. Bootstrap (details)
  59. Remove Bytecode RuntimeID in runtime-launch-info (details)
  60. Add runtime suffixes to bytecode stub libraries (details)
  61. Make Windows header absolute (as on Unix) (details)
  62. Add -runtime-search to ocamlc (details)
  63. Tweak the type (details)
  64. Add --enable-runtime-search[-target] options (details)
  65. Update the installation test for camlheader-search (details)
  66. Use Config instead of runtime-launch-info (details)
  67. Update the test (details)
  68. Test --enable-runtime-search in CI (details)
  69. Compute the Zinc runtime ID (details)
  70. Bootstrap (details)
  71. NFPR: fully test --enable-runtime-search in precheck (details)
  72. Move caml_search_dll_in_path to dynlink.c (details)
  73. header.c: remove unnecessary Cygwin workaround (details)
  74. Remove caml_cds_file (details)
  75. Simplify the interface of caml_attempt_open (details)
  76. header.c: handle parasitic case of argc < 1 (details)
  77. header.c: malloc the result of searchpath (details)
  78. Move searchpath from header.c into the runtime (details)
  79. Use caml_executable_name in header.c (details)
  80. Don't check for shebang scripts on Windows (details)
  81. Preserve argv[0] on Unix in the executable header (details)
  82. Harden the cloexec.ml test on Windows (details)
  83. Possible alternate approach... (details)
  84. ... and the bug-fix which goes with it (details)
  85. Fix STARTUPINFO structure in stdlib/header.c (details)
  86. Share image fd between header.c and startup_byt.c (details)
  87. Add comments on the handling of blank env vars (details)
  88. Ignore empty TMPDIR in the Filename module (details)
  89. Ignore empty TMPDIR in ocamlyacc (details)
  90. Propagate non-empty tmpdir in ocamlyacc (details)
  91. Ignore CAML_DEBUG_FILE if it's "Set But Null" (details)
  92. Ignore OCAMLPROF_DUMP if it's "Set But Null" (details)
  93. Use non-raising Sys.getenv_opt in win32unix (details)
  94. Ignore empty strings in Compmisc.set_from_env (details)
  95. Ignore empty environment variables in ocamltest (details)
  96. Ignore empty MAKE variable in ocamltest (details)
  97. Treat OCAML_BINANNOT_WITHENV as unset when empty (details)
  98. Harden processing of SOURCE_DATE_EPOCH in ocamldoc (details)
  99. Add some limited information about CAMLSIGPIPE (details)
  100. Ignore empty OCAML_RUNTIME_EVENTS_ variables (details)
  101. Ignore blank OCAMRUNPARAM, OCAMLLIB and CAMLLIB (details)
  102. Ignore empty components in PATH-like things (details)
  103. Fix C library options for win32unix (details)
  104. Build and install threads.cmxs (details)
  105. Fix inclusion of libraries when partial linking (details)
  106. Use entrypoint flexdll branch (details)
  107. Revert "accept unknown options" (details)
  108. Stop installing and documenting config_main, etc. (details)
  109. Use clang-cl for flexdll support objects (details)
  110. Add %shared_libraries primitive (details)
  111. Bootstrap (details)
  112. Improve the "dynamic loading not supported" error (details)
  113. Free tables after handing off to Dynlink (details)
  114. Move print_magic and print_config out of caml_params (details)
  115. Preserve option R in caml_runtime_parameters (details)
  116. Swap the V and v in caml_runtime_parameters (details)
  117. Add -set-runtime-default to the compilers (details)
  118. Test -set-runtime-default in test-in-prefix (details)
  119. Re-order initialisations in bytecode (details)
  120. Support c=1 mode in ocamlrun (details)