File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
ci/ubuntu-24.04-noble/debian Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ include /usr/share/dpkg/buildflags.mk
1010
1111override_dh_auto_configure :
1212 dh_auto_configure -- \
13+ -B_build \
1314 -Wno-dev \
1415 -DCMAKE_INSTALL_PREFIX=/opt/hhvm/$(DEB_VERSION_UPSTREAM ) \
1516 -DMYSQL_UNIX_SOCK_ADDR=/var/run/mysqld/mysqld.sock \
@@ -24,9 +25,9 @@ override_dh_auto_configure:
2425 -DENABLE_EXTENSION_IMAGICK=Off
2526
2627override_dh_auto_build :
27- dh_auto_build --parallel -- bundled_folly
28- dh_auto_build -- no-parallel -- hack hack_rust_ffi_bridge hhbc_ast_cbindgen hack_dune || dh_auto_build --no-parallel -- hack hack_rust_ffi_bridge hhbc_ast_cbindgen hack_dune
29- dh_auto_build --parallel
28+ dh_auto_build -B_build - -parallel -- bundled_folly
29+ dh_auto_build -B_build -- no-parallel -- hack hack_rust_ffi_bridge hhbc_ast_cbindgen hack_dune || dh_auto_build -B_build --no-parallel -- hack hack_rust_ffi_bridge hhbc_ast_cbindgen hack_dune
30+ dh_auto_build -B_build - -parallel
3031
3132override_dh_strip :
3233 dh_strip --dbg-package=hhvm-nightly-dbg
You can’t perform that action at this time.
0 commit comments