Skip to content

Commit

Permalink
Deploy native Windows standalones.
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Sep 23, 2023
1 parent a36fdf7 commit 2192bc7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,7 @@ jobs:
shell: bash
run: mx.trufflesqueak/utils.sh deploy-asset ${{ env.STANDALONE_TARGET }} ${{ secrets.GITHUB_TOKEN }}
# GraalVM Native Image does not support AWT on macOS yet (https://github.com/oracle/graal/issues/4921)
# Also, it dynamically links against AWT on Windows, and the additional dlls are not being picked up for standalones yet
if: ${{ matrix.type == 'jvm' || (runner.os != 'macOS' && runner.os != 'Windows') }}
if: ${{ matrix.type == 'jvm' || runner.os != 'macOS' }}
- name: Run Cuis-Smalltalk tests on TruffleSqueak standalone
run: |
mx.trufflesqueak/utils.sh download-cuis-test-image
Expand Down

0 comments on commit 2192bc7

Please sign in to comment.