We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d29d8cb commit 980ea1fCopy full SHA for 980ea1f
1 file changed
.github/workflows/ci.yml
@@ -64,11 +64,6 @@ jobs:
64
# Run all CI steps in order: _SLANG_INFRA_CI_STEPS_ORDERED_ (keep in sync)
65
#
66
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.
72
- name: "infra setup"
73
run: "${SFW_PREFIX:-} ./scripts/bin/infra setup"
74
0 commit comments