Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Tests/SWBBuildSystemTests/BuildCommandTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ fileprivate struct BuildCommandTests: CoreBasedTests {
}
}

@Test(.requireSDKs(.macOS), .requireXcode16())
@Test(.requireSDKs(.macOS), .requireXcode16(), .skipInGitHubActions("Metal toolchain is not installed on GitHub runners"))
func singleFileCompileMetal() async throws {
let core = try await Self.makeCore(configurationDelegate: TestingCoreConfigurationDelegate(loadMetalToolchain: true))
try await withTemporaryDirectory { tmpDirPath async throws -> Void in
Expand Down
2 changes: 1 addition & 1 deletion Tests/SWBBuildSystemTests/BuildOperationTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6014,7 +6014,7 @@ That command depends on command in Target 'agg2' (project \'aProject\'): script
}
}

@Test(.requireSDKs(.macOS))
@Test(.requireSDKs(.macOS), .skipInGitHubActions("Metal toolchain is not installed on GitHub runners"))
func incrementalMetalLinkWithCodeSign() async throws {
let core = try await Self.makeCore(configurationDelegate: TestingCoreConfigurationDelegate(loadMetalToolchain: true))
try await withTemporaryDirectory { tmpDirPath async throws -> Void in
Expand Down
Loading