Skip to content

Commit 2401c8a

Browse files
committed
Revert to .../test PPA
1 parent e314a62 commit 2401c8a

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build-native-image.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ jobs:
101101
--rm -w /github/workspace -v "$(pwd):/github/workspace" \
102102
"$IMAGE_ID" \
103103
sh -c "./gradlew -PnativeBuild -PnativeBuildMusl :temporal-test-server:nativeCompile"
104+
104105
# path ends in a wildcard because on windows the file ends in '.exe'
105106
- name: Upload executable to workflow
106107
if: ${{ inputs.upload_artifact }}

docker/native-image/dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ENV JAVA_HOME=/usr/lib64/graalvm/graalvm-community-java23
66
COPY --from=ghcr.io/graalvm/native-image-community:23 $JAVA_HOME $JAVA_HOME
77
ENV PATH="${JAVA_HOME}/bin:${PATH}"
88
RUN apt-get -y update --allow-releaseinfo-change && apt-get install -V -y software-properties-common
9-
RUN add-apt-repository -y ppa:ubuntu-toolchain-r/ppa
9+
RUN add-apt-repository -y ppa:ubuntu-toolchain-r/test
1010
RUN apt-get update
1111
# We need to update gcc and g++ to 10 for Graal to work on ARM64
1212
RUN apt-get install -y git build-essential zlib1g-dev gcc-10 g++-10

0 commit comments

Comments
 (0)