Update ci.mjs

This commit is contained in:
Jarred Sumner
2025-05-03 04:02:16 -07:00
parent 26ae8b7ff6
commit ffa1d85642

View File

@@ -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(