Skip to content

Commit

Permalink
ignore --assemble-exploded-image tempararily
Browse files Browse the repository at this point in the history
  • Loading branch information
sophia-guo committed Sep 16, 2024
1 parent ec43d00 commit 7e2d64c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tooling/reproducible/macos_repro_build_compare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ Prepare_Env_For_Build() {
echo "Setting Variables"
export BOOTJDK_HOME=$WORK_DIR/jdk-${bootJDK}/Contents/Home

local ignoreOptions=("--enable-sbom-strace ")
local ignoreOptions=("--enable-sbom-strace --assemble-exploded-image")
for ignoreOption in "${ignoreOptions[@]}"; do
buildArgs="${buildArgs/${ignoreOption}/}"
done
Expand All @@ -467,7 +467,6 @@ Build_JDK() {

# Trigger Build
cd "$WORK_DIR"
set +e
echo "cd temurin-build && ./makejdk-any-platform.sh $buildArgs 2>&1 | tee build.$$.log" | sh
# Copy The Built JDK To The Working Directory
cp $WORK_DIR/temurin-build/workspace/target/OpenJDK*-jdk_*tar.gz $WORK_DIR/reproJDK.tar.gz
Expand Down

0 comments on commit 7e2d64c

Please sign in to comment.