Skip to content

Commit 980ea1f

Browse files
committed
PoC: drop the SFW_PREFIX explainer comment from ci.yml
1 parent d29d8cb commit 980ea1f

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,6 @@ jobs:
6464
# Run all CI steps in order: _SLANG_INFRA_CI_STEPS_ORDERED_ (keep in sync)
6565
#
6666

67-
# `${SFW_PREFIX:-}` wraps the command with the sfw CA-merge wrapper when SFW
68-
# is available, and expands to nothing otherwise (so a non-Linux runner or
69-
# SFW failure just runs unwrapped). Every infra step is wrapped: setup pulls
70-
# crates/pnpm/toolchains, and check/test/lint can still hit the network via
71-
# build.rs or npx, so the whole pipeline runs behind the firewall.
7267
- name: "infra setup"
7368
run: "${SFW_PREFIX:-} ./scripts/bin/infra setup"
7469

0 commit comments

Comments
 (0)