RFR: 7904004: Run jtreg GHA workflows for FreeBSD

Christian Stein cstein at openjdk.org
Tue May 6 16:14:25 UTC 2025


On Tue, 6 May 2025 12:52:18 GMT, snake66 <duke at openjdk.org> wrote:

> GitHub Actions does not natively support FreeBSD, so we use the vmactions/freebsd-vm action as a base to run the tests in a VM under an Ubuntu runner.
> 
> This work is sponsored by The FreeBSD Foundation.

.github/workflows/test.yml line 73:

> 71:             sysctl hw.usermem
> 72:             pw user add -n action -m
> 73:             su action -c 'git config --global --add safe.directory /home/runner/work/jtreg/jtreg && bash make/build.sh --jdk /usr/local/openjdk21 && bash build/make.sh test'

Could the `git` configuration and two make calls be split into dedicated lines?

-------------

PR Review Comment: https://git.openjdk.org/jtreg/pull/262#discussion_r2075813241


More information about the jtreg-dev mailing list