Skip to content

Commit 0ec897e

Browse files
committed
[test]
1 parent 80a3b5a commit 0ec897e

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.github/workflows/build-meson.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ concurrency:
1919

2020
env:
2121
RUST_VERSION: '1.88.0'
22-
CXXBRIDGE_VERSION: '1.0.192'
2322
CARGO_HOME: /usr/local/cargo
2423

2524
jobs:
@@ -65,6 +64,9 @@ jobs:
6564
uses: mozilla-actions/[email protected]
6665

6766
- name: Build librustdeps
67+
env:
68+
RUSTC_WRAPPER: sccache
69+
SCCACHE_GHA_ENABLED: "true"
6870
run: |
6971
cd rust
7072
meson setup builddir -Dwith_grovedb_cxx=true
@@ -118,6 +120,9 @@ jobs:
118120
uses: mozilla-actions/[email protected]
119121

120122
- name: Build grovedb_cxx
123+
env:
124+
RUSTC_WRAPPER: sccache
125+
SCCACHE_GHA_ENABLED: "true"
121126
run: |
122127
cd rust/grovedb_cxx
123128
meson setup builddir

contrib/containers/meson/Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@ RUN set -ex; \
3535
mkdir -p /src && chown ${USER_ID}:${GROUP_ID} /src
3636

3737
ENV CC=clang \
38-
CXX=clang++ \
39-
SCCACHE_GHA_ENABLED=true \
40-
RUSTC_WRAPPER=sccache
38+
CXX=clang++
4139

4240
WORKDIR /src
4341
USER build

0 commit comments

Comments
 (0)