Skip to content

Commit 80f91a0

Browse files
authored
disable Swift benchmark building in CI
1 parent 1d231bc commit 80f91a0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/pull_request.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,5 +133,6 @@ jobs:
133133
- name: Build (Swift) Sample Apps
134134
run: |
135135
find Samples/ -name Package.swift -maxdepth 2 -exec swift build --package-path $(dirname {}) \;;
136-
- name: Build (Swift) Benchmarks
137-
run: "swift package --package-path Benchmarks/ benchmark list"
136+
# TODO: Benchmark compile crashes in CI, enable when nightly toolchains in better shape.
137+
# - name: Build (Swift) Benchmarks
138+
# run: "swift package --package-path Benchmarks/ benchmark list"

0 commit comments

Comments
 (0)