RFR: Testing GHA [v2]

Maurizio Cimadamore mcimadamore at openjdk.java.net
Fri Mar 25 17:06:06 UTC 2022


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

>> .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
>
> Hmm, okay. I'll use that binary instead. There was no package for 20.04 for LLVM 13.0.1

will not this break when `ubuntu-latest` binds to 22.04? Can we specify a specific ubuntu version?

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

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


More information about the jextract-dev mailing list