File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ ENV JAVA_HOME=/usr/lib64/graalvm/graalvm-community-java23
66COPY --from=ghcr.io/graalvm/native-image-community:23 $JAVA_HOME $JAVA_HOME
77ENV PATH="${JAVA_HOME}/bin:${PATH}"
88RUN 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
1010RUN apt-get update
1111# We need to update gcc and g++ to 10 for Graal to work on ARM64
1212RUN apt-get install -y git build-essential zlib1g-dev gcc-10 g++-10
You can’t perform that action at this time.
0 commit comments