Skip to content

Commit

Permalink
build: keep auto-shutdown-enable for windows until next version, beca…
Browse files Browse the repository at this point in the history
…use last release botched socket names otherwise.

revert after bump to M18
  • Loading branch information
oyvindberg committed Oct 27, 2022
1 parent 6c14690 commit d3b91bb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,28 +88,28 @@ jobs:
# - with `shell: cmd` only one command can be run at a time, so this is split into three
# - some windows development stuff needs to be available, that's what setup-graalvm accomplishes below. todo: figure out how bleep can download it itself
- name: Build native image 1 (windows)
run: bleep compile-server auto-shutdown-enable
shell: cmd
if: runner.os == 'Windows'

- name: Build native image 2 (windows)
run: bleep generate-resources
shell: cmd
if: runner.os == 'Windows'

- name: Build native image 2 prepare (windows)
- name: Build native image 3 prepare (windows)
uses: graalvm/setup-graalvm@v1
if: runner.os == 'Windows'
with:
version: '22.2.0'
java-version: '17'
components: 'native-image'

- name: Build native image 2 (windows)
- name: Build native image 3 (windows)
run: bleep native-image ${{ matrix.file_name }}
shell: cmd
if: runner.os == 'Windows'

- name: stop bloop (windows)
run: bleep compile-server stop-all
shell: cmd
if: runner.os == 'Windows'

- name: Test binary after build (windows)
shell: cmd
env:
Expand Down

0 comments on commit d3b91bb

Please sign in to comment.