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 1313
1414jobs :
1515 build :
16- runs-on : ubuntu-latest
16+ runs-on : ubuntu-20.04
1717
1818 strategy :
1919 fail-fast : false
2424 - { gcc: "libgccjit12.so", extra: "--no-default-features", artifacts_branch: "gcc12" }
2525 commands : [
2626 " --mini-tests" ,
27- " --std-tests" ,
27+ " --std-tests --asm-tests " ,
2828 " --test-libcore" ,
2929 " --extended-rand-tests" ,
3030 " --extended-regex-example-tests" ,
4343 path : llvm
4444
4545 - 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
4748
4849 - name : Download artifact
4950 uses : dawidd6/action-download-artifact@v2
You can’t perform that action at this time.
0 commit comments