Commit Graph

6 Commits

Author SHA1 Message Date
Islon Scherer
bffc50ea10 Fix snapshot publishing (#1330) 2025-12-03 09:45:35 -08:00
Daniel Chao
a8b6081a90 Fix macos/amd64 image builds (#1322) 2025-12-03 09:44:32 -08:00
Daniel Chao
cab7bd1b01 Fix deploy jobs (#1319)
Specify `merge-multiple` to prevent new directories from being created
when downloading artifacts.
2025-12-03 09:44:23 -08:00
Daniel Chao
e5577ed8f0 Fix release builds (#1317)
In order to preserve the folder hierarchy in our uploaded artifact,
we need to insert a wildcard in the root path.

Also, fix fan-in of tasks that lead to the publish test result task.
2025-12-03 09:44:01 -08:00
Daniel Chao
c965281d46 Fix build java executable (#1316) 2025-12-03 09:43:46 -08:00
Daniel Chao
718898d083 Switch to GitHub Actions (#1315)
This switches our builds over to GitHub Actions!

TODO:

* Add macOS/amd64 native-image builds; this isn't working right now
* Patch musl with security patches
* Add benchmark jobs over time

As part of this build, PRBs will now only run `./gradlew check` on Linux,
but other jobs can be run using slash commands, e.g. `[windows]`
to run `./gradle check` on Windows.
2025-12-03 09:43:37 -08:00