Commit e65e47f 1 parent f0ba0c2 commit e65e47f Copy full SHA for e65e47f
File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -69,6 +69,7 @@ CLINKING_macos = \
69
69
70
70
CLINKING_openbsd = $(CLINKING_macos )
71
71
CLINKING_freebsd = $(CLINKING_macos )
72
+ CLINKING_netbsd = $(CLINKING_macos )
72
73
73
74
CLINKING_windows = \
74
75
-lunix -lmccs_stubs -lmccs_glpk_stubs -lsha_stubs -lopam_core_stubs \
@@ -86,6 +87,10 @@ EXPORTS_freebsd = \
86
87
CPATH=/usr/local/include: \
87
88
LIBRARY_PATH=/usr/local/lib: \
88
89
90
+ EXPORTS_netbsd = \
91
+ CPATH=/usr/local/include: \
92
+ LIBRARY_PATH=/usr/local/lib: \
93
+
89
94
EXTRA_CONFIGURE_ARGS_windows = --host=x86_64-w64-mingw32 --with-flexdll
90
95
91
96
% : opam-$(VERSION ) -%
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ qemu_build() {
76
76
fi
77
77
${SSH} -p " ${port} " root@localhost " ${install} "
78
78
make TAG=" $TAG " JOBS=" ${JOBS} " qemu QEMU_PORT=" ${port} " REMOTE_MAKE=" ${make} " REMOTE_DIR=" opam-release-$TAG "
79
- ${SSH} -p " ${port} " root@localhost " shutdown -p now"
79
+ ${SSH} -p " ${port} " root@localhost " /sbin/ shutdown -p now"
80
80
}
81
81
82
82
make JOBS=" ${JOBS} " TAG=" $TAG " " ${OUTDIR} /opam-full-$TAG .tar.gz"
@@ -90,6 +90,7 @@ make JOBS="${JOBS}" TAG="$TAG" riscv64-linux
90
90
[ -f " ${OUTDIR} /opam-$TAG -x86_64-macos" ] || make TAG=" $TAG " JOBS=" ${JOBS} " macos-local MACOS_ARCH=x86_64 REMOTE_DIR=opam-release-$TAG GIT_URL=" $CWD /.."
91
91
[ -f " ${OUTDIR} /opam-$TAG -arm64-macos" ] || make TAG=" $TAG " JOBS=" ${JOBS} " macos-local MACOS_ARCH=arm64 REMOTE_DIR=opam-release-$TAG GIT_URL=" $CWD /.."
92
92
[ -d ./qemu-base-images ] || git clone https://gitlab.com/kit-ty-kate/qemu-base-images.git
93
+ [ -f " ${OUTDIR} /opam-$TAG -x86_64-netbsd" ] || qemu_build 9996 NetBSD-10.0-amd64 " pkgin -y install gmake curl bzip2" gmake x86_64
93
94
[ -f " ${OUTDIR} /opam-$TAG -x86_64-openbsd" ] || qemu_build 9999 OpenBSD-7.6-amd64 " pkg_add gmake curl bzip2" gmake x86_64
94
95
[ -f " ${OUTDIR} /opam-$TAG -x86_64-freebsd" ] || qemu_build 9998 FreeBSD-14.1-RELEASE-amd64 " env IGNORE_OSVERSION=yes pkg install -y gmake curl bzip2" gmake x86_64
95
96
[ -f " ${OUTDIR} /opam-$TAG -x86_64-windows" ] || windows_build 9997 Windows-10-x86_64
You can’t perform that action at this time.
0 commit comments