You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tryawaitfixture(name:"Miscellaneous/Plugins/PluginUsingLocalAndRemoteTool"){ path in
835
+
tryawaitwithKnownIssue(isIntermittent:true){
835
836
let(stdout, stderr)=tryawaitexecuteSwiftPackage(
836
837
path.appending("MyLibrary"),
837
838
configuration:.debug,
@@ -852,6 +853,13 @@ struct PluginTests {
852
853
#expect(stdout.contains("A message from the remote tool."),"stdout:\n\(stderr)\n\(stdout)")
853
854
#expect(stdout.contains("A message from the local tool."),"stdout:\n\(stderr)\n\(stdout)")
854
855
#expect(stdout.contains("A message from the implied local tool."),"stdout:\n\(stderr)\n\(stdout)")
856
+
} when:{
857
+
#if compiler(<6.3)
858
+
ProcessInfo.isHostAmazonLinux2() // '*** Signal 11: Backtracing from 0xffa502d2d1cc...Swift/UnsafeRawBufferPointer.swift:1369: Fatal error' occurs when building Package in GitHub actiong
0 commit comments