Skip to content

Commit 73b5df9

Browse files
roypatzulinx86
authored andcommitted
fix(ci): do not have release sanity check depend on build
the release sanity build does not reuse the pre-compiled artifacts (and shouldn't, because doing a cargo build a specific way is part of the release process). So it shouldn't be waiting on the shared build to compiled in buildkite. Signed-off-by: Patrick Roy <[email protected]>
1 parent 82da3a5 commit 73b5df9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.buildkite/pipeline_pr.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
pipeline.build_group_per_arch(
4747
"📦 Release Sanity Build",
4848
"./tools/devtool -y make_release",
49+
depends_on_build=False,
4950
)
5051

5152
if not pipeline.args.no_kani and (

0 commit comments

Comments
 (0)