Skip to content

Commit

Permalink
Disable baseline validation/replace when building the compiler-compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
laeubi committed Sep 26, 2023
1 parent c80fffe commit 8179244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cje-production/mbscripts/mb220_buildSdkPatch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ else
fi

cd $CJE_ROOT/gitCache/eclipse.platform.releng.aggregator
mvn clean install -pl :eclipse-sdk-prereqs,:org.eclipse.jdt.core.compiler.batch -DlocalEcjVersion=99.99 -Dmaven.repo.local=$LOCAL_REPO
mvn clean install -pl :eclipse-sdk-prereqs,:org.eclipse.jdt.core.compiler.batch -DlocalEcjVersion=99.99 -Dmaven.repo.local=$LOCAL_REPO -DcompilerBaselineMode=disable -DcompilerBaselineReplace=none
mvn clean verify -DskipTests=true ${MVN_ARGS} \
-Dtycho.debug.artifactcomparator \
-Dtycho.localArtifacts=ignore \
Expand Down

0 comments on commit 8179244

Please sign in to comment.