mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
Update ci.mjs
This commit is contained in:
@@ -1091,9 +1091,15 @@ async function getPipeline(options = {}) {
|
||||
}
|
||||
}
|
||||
|
||||
const includeASAN = !isMainBranch();
|
||||
|
||||
if (!buildId) {
|
||||
const relevantBuildPlatforms = includeASAN
|
||||
? buildPlatforms
|
||||
: buildPlatforms.filter(({ profile }) => profile !== "asan");
|
||||
|
||||
steps.push(
|
||||
...buildPlatforms.map(target => {
|
||||
...relevantBuildPlatforms.map(target => {
|
||||
const imageKey = getImageKey(target);
|
||||
|
||||
return getStepWithDependsOn(
|
||||
|
||||
Reference in New Issue
Block a user