RFR: Testing GHA [v2]

Maurizio Cimadamore mcimadamore at openjdk.java.net
Fri Mar 25 15:53:59 UTC 2022


On Fri, 25 Mar 2022 15:31:50 GMT, Jorn Vernee <jvernee at openjdk.org> wrote:

>> Add a basic actions workflow that runs the tests on pull requests
>
> Jorn Vernee has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Tweak capitalisation

.github/workflows/test.yml line 14:

> 12: 
> 13:   linux-x64:
> 14:     runs-on: ubuntu-latest

since you are downloading Ubuntu 18.04 binaries, wouldn't it be better to use 18.04 here? Also, 18.04 is a bit on the old side - wouldn't 20.04 be better?

https://github.com/llvm/llvm-project/releases/download/llvmorg-13.0.0/clang+llvm-13.0.0-x86_64-linux-gnu-ubuntu-20.04.tar.xz

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

PR: https://git.openjdk.java.net/jextract/pull/6


More information about the jextract-dev mailing list