Skip to content

Commit 121391e

Browse files
committed
Use an out-of-source build in CI
1 parent bca2570 commit 121391e

File tree

1 file changed

+4
-3
lines changed
  • ci/ubuntu-24.04-noble/debian

1 file changed

+4
-3
lines changed

ci/ubuntu-24.04-noble/debian/rules

+4-3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ include /usr/share/dpkg/buildflags.mk
1010

1111
override_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

2627
override_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

3132
override_dh_strip:
3233
dh_strip --dbg-package=hhvm-nightly-dbg

0 commit comments

Comments
 (0)