We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d5dba1 commit 4d6c2ecCopy full SHA for 4d6c2ec
Tools/wasm/wasi.py
@@ -180,6 +180,8 @@ def wasi_sdk_env(context):
180
if wasi_sdk_path != pathlib.Path("/opt/wasi-sdk"):
181
for compiler in compiler_env_names:
182
env[compiler] += f" --sysroot={sysroot}"
183
+
184
+ # sccache used in CI via .github/workflows/reusable-wasi.yaml
185
if subprocess.call(("sccache", "--version"), stderr=subprocess.DEVNULL) == 0:
186
187
env[compiler] = 'sccache ' + env[compiler]
0 commit comments