Skip to content

Commit de7cf44

Browse files
committed
wasi-sdk: temporarily remove pipeline filter
The bindist job is failing as expected, because we are about to perform an upgrade that breaks ABI compatibility.
1 parent f83cda9 commit de7cf44

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

app/Main.hs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ bindistInfos =
378378
ref = "master",
379379
jobName = "x86_64-linux",
380380
artifactPath = "dist/wasi-sdk-25.0-x86_64-linux.tar.gz",
381-
pipelineFilter = [("status", Just "success")]
381+
pipelineFilter = []
382382
}
383383
},
384384
(,)
@@ -391,8 +391,8 @@ bindistInfos =
391391
projectId = 3212,
392392
ref = "master",
393393
jobName = "aarch64-darwin",
394-
artifactPath = "dist/wasi-sdk-25.0-x86_64-macos.tar.gz",
395-
pipelineFilter = [("status", Just "success")]
394+
artifactPath = "dist/wasi-sdk-25.0-arm64-macos.tar.gz",
395+
pipelineFilter = []
396396
}
397397
},
398398
(,)
@@ -406,7 +406,7 @@ bindistInfos =
406406
ref = "master",
407407
jobName = "x86_64-darwin",
408408
artifactPath = "dist/wasi-sdk-25.0-x86_64-macos.tar.gz",
409-
pipelineFilter = [("status", Just "success")]
409+
pipelineFilter = []
410410
}
411411
},
412412
(,)
@@ -420,7 +420,7 @@ bindistInfos =
420420
ref = "master",
421421
jobName = "aarch64-linux",
422422
artifactPath = "dist/wasi-sdk-25.0-aarch64-linux.tar.gz",
423-
pipelineFilter = [("status", Just "success")]
423+
pipelineFilter = []
424424
}
425425
},
426426
(,)

0 commit comments

Comments
 (0)