File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ concurrency:
1919
2020env :
2121 RUST_VERSION : ' 1.88.0'
22- CXXBRIDGE_VERSION : ' 1.0.192'
2322 CARGO_HOME : /usr/local/cargo
2423
2524jobs :
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
Original file line number Diff line number Diff line change @@ -35,9 +35,7 @@ RUN set -ex; \
3535 mkdir -p /src && chown ${USER_ID}:${GROUP_ID} /src
3636
3737ENV CC=clang \
38- CXX=clang++ \
39- SCCACHE_GHA_ENABLED=true \
40- RUSTC_WRAPPER=sccache
38+ CXX=clang++
4139
4240WORKDIR /src
4341USER build
You can’t perform that action at this time.
0 commit comments