File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 13
13
14
14
jobs :
15
15
build :
16
- runs-on : ubuntu-latest
16
+ runs-on : ubuntu-20.04
17
17
18
18
strategy :
19
19
fail-fast : false
24
24
- { gcc: "libgccjit12.so", extra: "--no-default-features", artifacts_branch: "gcc12" }
25
25
commands : [
26
26
" --mini-tests" ,
27
- " --std-tests" ,
27
+ " --std-tests --asm-tests " ,
28
28
" --test-libcore" ,
29
29
" --extended-rand-tests" ,
30
30
" --extended-regex-example-tests" ,
43
43
path : llvm
44
44
45
45
- name : Install packages
46
- run : sudo apt-get install ninja-build ripgrep
46
+ # `llvm-10-tools` is needed to install the `FileCheck` binary which is used for asm tests.
47
+ run : sudo apt-get install ninja-build ripgrep llvm-10-tools
47
48
48
49
- name : Download artifact
49
50
uses : dawidd6/action-download-artifact@v2
You can’t perform that action at this time.
0 commit comments