File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 4
4
- push
5
5
- pull_request
6
6
7
+ permissions :
8
+ contents : read
9
+
7
10
env :
8
11
# Enable backtraces for easier debugging
9
12
RUST_BACKTRACE : 1
16
19
fail-fast : false
17
20
matrix :
18
21
libgccjit_version :
19
- - { gcc: "libgccjit.so", extra: "" }
20
- - { gcc: "libgccjit_without_int128.so", extra: "" }
21
- - { gcc: "libgccjit12.so", extra: "--no-default-features" }
22
+ - { gcc: "libgccjit.so", extra: "", artifacts_branch: "master" }
23
+ - { gcc: "libgccjit_without_int128.so", extra: "", artifacts_branch: "master-without-128bit-integers" }
24
+ - { gcc: "libgccjit12.so", extra: "--no-default-features", artifacts_branch: "gcc12" }
22
25
commands : [
23
26
" --mini-tests" ,
24
27
" --std-tests" ,
49
52
name : ${{ matrix.libgccjit_version.gcc }}
50
53
path : gcc-build
51
54
repo : antoyo/gcc
55
+ branch : ${{ matrix.libgccjit_version.artifacts_branch }}
56
+ event : push
52
57
search_artifacts : true # Because, instead, the action only check the last job ran and that won't work since we want multiple artifacts.
53
58
54
59
- name : Setup path to libgccjit
You can’t perform that action at this time.
0 commit comments