Skip to content

Commit

Permalink
Clean up unused files; update CI github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jjlauer committed Nov 4, 2023
1 parent 016c2e9 commit 93405e3
Show file tree
Hide file tree
Showing 15 changed files with 24 additions and 272 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/java21.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Java 21
on:
- push
- workflow_dispatch
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 40
steps:
- uses: actions/checkout@v3
- name: Set up Azul JDK 21
uses: actions/setup-java@v3
with:
java-version: 21
distribution: 'zulu'
cache: 'maven'
- name: Test in Maven
run: mvn test
2 changes: 1 addition & 1 deletion .github/workflows/linux-arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
arch: none
distro: none
base_image: fizzed/buildx:arm64v8-ubuntu16-jdk11
base_image: fizzed/buildx:arm64-ubuntu16-jdk11
dockerRunArgs: |
--volume "~/.m2:/root/.m2" --volume "${PWD}:/mnt"
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux-armel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
arch: none
distro: none
base_image: fizzed/buildx:arm32v5-debian11-jdk11
base_image: fizzed/buildx:armel-debian11-jdk11
dockerRunArgs: |
--volume "~/.m2:/root/.m2" --volume "${PWD}:/mnt"
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux-armhf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
arch: none
distro: none
base_image: fizzed/buildx:arm32v7-ubuntu16-jdk11
base_image: fizzed/buildx:armhf-ubuntu16-jdk11
dockerRunArgs: |
--volume "~/.m2:/root/.m2" --volume "${PWD}:/mnt"
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux-musl-arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
arch: none
distro: none
base_image: fizzed/buildx:arm64v8-alpine3.11-jdk11
base_image: fizzed/buildx:arm64-alpine3.11-jdk11
shell: /bin/sh
dockerRunArgs: |
--volume "~/.m2:/root/.m2" --volume "${PWD}:/mnt"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux-musl-x64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
arch: none
distro: none
base_image: fizzed/buildx:amd64-alpine3.11-jdk11
base_image: fizzed/buildx:x64-alpine3.11-jdk11
shell: /bin/sh
dockerRunArgs: |
--volume "~/.m2:/root/.m2" --volume "${PWD}:/mnt"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux-riscv64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
arch: none
distro: none
base_image: fizzed/buildx:riscv64-ubuntu20-jdk19
base_image: fizzed/buildx:riscv64-ubuntu20-jdk21
dockerRunArgs: |
--volume "~/.m2:/root/.m2" --volume "${PWD}:/mnt"
run: |
Expand Down
12 changes: 0 additions & 12 deletions setup/Dockerfile.linux

This file was deleted.

14 changes: 0 additions & 14 deletions setup/Dockerfile.linux-cross-build

This file was deleted.

11 changes: 0 additions & 11 deletions setup/Dockerfile.linux_musl

This file was deleted.

6 changes: 0 additions & 6 deletions setup/blaze.conf

This file was deleted.

Binary file removed setup/blaze.jar
Binary file not shown.
162 changes: 0 additions & 162 deletions setup/blaze.java

This file was deleted.

36 changes: 0 additions & 36 deletions setup/build-docker-container-action.sh

This file was deleted.

25 changes: 0 additions & 25 deletions setup/test-project-action.sh

This file was deleted.

0 comments on commit 93405e3

Please sign in to comment.