Skip to content

Commit 4d6c2ec

Browse files
committed
Add a comment pointing to the use.
1 parent 5d5dba1 commit 4d6c2ec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Tools/wasm/wasi.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,8 @@ def wasi_sdk_env(context):
180180
if wasi_sdk_path != pathlib.Path("/opt/wasi-sdk"):
181181
for compiler in compiler_env_names:
182182
env[compiler] += f" --sysroot={sysroot}"
183+
184+
# sccache used in CI via .github/workflows/reusable-wasi.yaml
183185
if subprocess.call(("sccache", "--version"), stderr=subprocess.DEVNULL) == 0:
184186
for compiler in compiler_env_names:
185187
env[compiler] = 'sccache ' + env[compiler]

0 commit comments

Comments
 (0)