RFR: 7904004: Run jtreg GHA workflows for FreeBSD

snake66 duke at openjdk.org
Tue May 6 17:51:30 UTC 2025


On Tue, 6 May 2025 16:12:18 GMT, Christian Stein <cstein 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?

Probably, I'll give it a try!

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

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


More information about the jtreg-dev mailing list