commit 74eb9675233b6c00b4b1551d99d8dfbe2dd14c9e
parent d219c3d06f1b41c38bf6e02674d61b6bf949ec8e
Author: Jan Pobrislo <ccx@te2000.cz>
Date: Wed, 22 Oct 2025 02:37:11 +0000
Try to build ocaml with static compiler + bytecode toplevel
Diffstat:
5 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/templates/pkg/ocaml b/templates/pkg/ocaml
@@ -1,7 +1,7 @@
{%- set pkg_version="5.4.0" -%}
{%- set pkg_source="tar.xz" -%}
{% extends "autotools_static" %}
-{%- block configure_args %}--enable-native-compiler --enable-native-toplevel --enable-installing-bytecode-programs{% endblock %}
+{%- block configure_args %}--enable-native-compiler --disable-native-toplevel --enable-installing-bytecode-programs{% endblock %}
{% block check -%}
check_static command/ocamlopt
diff --git a/variants/ccx-x86_64/ocaml b/variants/ccx-x86_64/ocaml
@@ -60,7 +60,7 @@ cd 'ocaml-5.4.0'
-autotools_config_static --enable-native-compiler --enable-native-toplevel --enable-installing-bytecode-programs
+autotools_config_static --enable-native-compiler --disable-native-toplevel --enable-installing-bytecode-programs
make -j${JOBS:-1} -l$((1+${JOBS:-1}))
diff --git a/variants/ccx-x86_64/wip.environment b/variants/ccx-x86_64/wip.environment
@@ -1,2 +1,2 @@
#!/usr/bin/env pthbs-build
-#+ocaml.946f13c9d755695a45095c8211d22ae385d67f6067044a286f7e78525fc736b8-
\ No newline at end of file
+#+ocaml.b0526442df83b45ad9c3cf412eb7efa6b5497de16ecf317d1e92fe492b472798+
\ No newline at end of file
diff --git a/variants/root-x86_64/ocaml b/variants/root-x86_64/ocaml
@@ -60,7 +60,7 @@ cd 'ocaml-5.4.0'
-autotools_config_static --enable-native-compiler --enable-native-toplevel --enable-installing-bytecode-programs
+autotools_config_static --enable-native-compiler --disable-native-toplevel --enable-installing-bytecode-programs
make -j${JOBS:-1} -l$((1+${JOBS:-1}))
diff --git a/variants/root-x86_64/wip.environment b/variants/root-x86_64/wip.environment
@@ -1,2 +1,2 @@
#!/usr/bin/env pthbs-build
-#+ocaml.1d679d5d7687254c5489ee97731e63c4168c166c22d2e4b039554fc8464b5733-
\ No newline at end of file
+#+ocaml.d0a50294cecef01ed0f7ed6ad4704e5179c255b6e894537fe948f7b4ae8095dd+
\ No newline at end of file