1 parent ad01ea2 commit db7b679Copy full SHA for db7b679
2 files changed
.github/workflows/ubuntu.yml
@@ -31,6 +31,10 @@ jobs:
31
uses: actions/checkout@v4
32
with:
33
submodules: "recursive"
34
+ - name: Install Rust
35
+ uses: dtolnay/rust-toolchain@master
36
+ with:
37
+ toolchain: nightly-2025-09-01
38
- name: Installing HHVM deps and building HHVM
39
uses: docker://ubuntu:noble
40
env:
ci/ubuntu-24.04-noble/debian/rules
@@ -13,6 +13,8 @@ override_dh_auto_configure:
13
-Wno-dev \
14
-DCMAKE_INSTALL_PREFIX=/opt/hhvm/$(DEB_VERSION_UPSTREAM) \
15
-DMYSQL_UNIX_SOCK_ADDR=/var/run/mysqld/mysqld.sock \
16
+ -DRUSTC_EXECUTABLE=$(which rustc) \
17
+ -DCARGO_EXECUTABLE=$(which cargo) \
18
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
19
-DCLANG_FORCE_LIBCPP=On \
20
-DFORCE_BUNDLED_LZ4=Off \
0 commit comments