File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
ci/ubuntu-24.04-noble/debian Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ include /usr/share/dpkg/buildflags.mk
99 dh $@ --buildsystem=cmake --parallel
1010
1111override_dh_auto_configure :
12- dh_auto_configure -- \
12+ dh_auto_configure -B_build - - \
1313 -Wno-dev \
1414 -DCMAKE_INSTALL_PREFIX=/opt/hhvm/$(DEB_VERSION_UPSTREAM ) \
1515 -DMYSQL_UNIX_SOCK_ADDR=/var/run/mysqld/mysqld.sock \
@@ -24,9 +24,9 @@ override_dh_auto_configure:
2424 -DENABLE_EXTENSION_IMAGICK=Off
2525
2626override_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
27+ dh_auto_build -B_build - -parallel -- bundled_folly
28+ 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
29+ dh_auto_build -B_build - -parallel
3030
3131override_dh_strip :
3232 dh_strip --dbg-package=hhvm-nightly-dbg
You can’t perform that action at this time.
0 commit comments