Skip to content

Commit

Permalink
Fix Pingperf failure due to dockerfile update (adoptium#5208)
Browse files Browse the repository at this point in the history
- Fix Pingperf failure due to dockerfile update

Signed-off-by: LongyuZhang <longyu.zhang@ibm.com>
  • Loading branch information
LongyuZhang committed Apr 11, 2024
1 parent f67688d commit cbcf8cf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions external/criu/pingPerf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ getSemeruDockerfile() {
curl -OLJSks ${semeruDockerfileUrlBase}/${semeruDockerfile}
fi

findCommandAndReplace 'curl -LfsSo \/tmp\/openjdk.tar.gz ${BINARY_URL};' " " $semeruDockerfile
findCommandAndReplace 'echo "\${ESUM} \*\/tmp\/openjdk.tar.gz" | sha256sum -c -;' " " $semeruDockerfile
findCommandAndReplace 'mkdir -p \/opt\/java\/openjdk; \\' "mkdir -p \/opt\/java\/openjdk;" $semeruDockerfile
findCommandAndReplace 'cd \/opt\/java\/openjdk; \\' "COPY NEWJDK\/ \/opt\/java\/openjdk" $semeruDockerfile
findCommandAndReplace 'tar -xf \/tmp\/openjdk.tar.gz --strip-components=1;' "RUN \/opt\/java\/openjdk\/bin\/java --version" $semeruDockerfile
Expand Down

0 comments on commit cbcf8cf

Please sign in to comment.