File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 buildlist : [openjdk, functional]
2222 steps :
2323 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
24- - uses : actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2 .0
24+ - uses : actions/setup-java@0f481fcb613427c0f801b606911222b5b6f3083a # v5.5 .0
2525 with :
2626 java-version : ${{ matrix.version }}
2727 distribution : ${{ matrix.impl }}
Original file line number Diff line number Diff line change 1313 strategy :
1414 fail-fast : false
1515 matrix :
16- image : [adoptopenjdk/alpine3_build_image ]
16+ image : [eclipse-temurin:8-jdk-alpine ]
1717 steps :
18+ - name : Install build tools
19+ run : |
20+ apk add --no-cache bash git make perl curl
21+ ANT_VERSION=1.10.15
22+ wget "https://archive.apache.org/dist/ant/binaries/apache-ant-${ANT_VERSION}-bin.tar.gz" -O "/tmp/apache-ant-${ANT_VERSION}-bin.tar.gz"
23+ wget "https://archive.apache.org/dist/ant/binaries/apache-ant-${ANT_VERSION}-bin.tar.gz.sha512" -O "/tmp/apache-ant-${ANT_VERSION}-bin.tar.gz.sha512"
24+ cd /tmp && echo "$(tr -d '[:space:]' < apache-ant-${ANT_VERSION}-bin.tar.gz.sha512) apache-ant-${ANT_VERSION}-bin.tar.gz" | sha512sum -c -
25+ tar -xzf "/tmp/apache-ant-${ANT_VERSION}-bin.tar.gz" -C /opt
26+ ln -sf /opt/apache-ant-${ANT_VERSION}/bin/ant /usr/local/bin/ant
1827 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1928 - name : AQA
2029 uses : ./
3342 image : ['ghcr.io/adoptium/test-containers:ubuntu2204']
3443 steps :
3544 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
36- - uses : actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2 .0
45+ - uses : actions/setup-java@0f481fcb613427c0f801b606911222b5b6f3083a # v5.5 .0
3746 with :
3847 java-version : ' 17'
3948 distribution : ' temurin'
You can’t perform that action at this time.
0 commit comments