Skip to content

Commit 97d29b9

Browse files
leogdionclaude
andcommitted
Restrict periphery installation to macOS platforms only
periphery has no Linux binaries (SourceKit is macOS-only), so mise fails to install it on ubuntu CI runners. Use mise platforms filter to skip it on Linux — periphery was already excluded from CI execution in lint.sh. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent e008d95 commit 97d29b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tools]
22
swiftlint = "0.63.2"
3-
periphery = "3.7.2"
3+
periphery = {version = "3.7.2", platforms = ["macos-arm64", "macos-x64"]}
44
# Community asdf plugin — builds swift-format from source (no official binary releases)
55
# Plugin repo: https://github.com/eelcokoelewijn/asdf-swift-format
66
"asdf:eelcokoelewijn/asdf-swift-format" = "602.0.0"

0 commit comments

Comments
 (0)