Skip to content

Commit

Permalink
Use Mandrel by default for container build
Browse files Browse the repository at this point in the history
Due to a bug in GraalVM, let's default to using Mandrel containers for
now.

See:
- quarkusio#29124
- oracle/graal#5303

(cherry picked from commit 4583de3)
  • Loading branch information
gsmet committed Dec 14, 2022
1 parent 985d71a commit 08f83ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-actions-incremental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@ jobs:
uses: graalvm/setup-graalvm@v1
if: startsWith(matrix.os-name, 'windows')
with:
version: 'latest'
version: 'mandrel-latest'
java-version: '17'
components: 'native-image'
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion build-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
<forbiddenapis-maven-plugin.version>3.1</forbiddenapis-maven-plugin.version>

<!-- platform properties - this is a floating tag -->
<platform.quarkus.native.builder-image>graalvm</platform.quarkus.native.builder-image>
<platform.quarkus.native.builder-image>mandrel</platform.quarkus.native.builder-image>

<script.extension>sh</script.extension>
<docker-prune.location>${maven.multiModuleProjectDirectory}/.github/docker-prune.${script.extension}</docker-prune.location>
Expand Down

0 comments on commit 08f83ca

Please sign in to comment.