File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 4
4
name : main
5
5
6
6
on :
7
- merge_group :
8
7
push :
9
8
branches :
10
9
- " **"
11
10
12
11
jobs :
12
+ typos-check :
13
+ name : Typos Check
14
+ runs-on : ubuntu-latest
15
+ steps :
16
+ - uses : actions/checkout@v4
17
+ -
uses :
crate-ci/[email protected]
18
+
13
19
formatting-check :
14
20
name : Formatting Check
15
21
runs-on : ubuntu-latest
21
27
test-windows :
22
28
runs-on : windows-latest
23
29
steps :
24
- - uses : actions/cache@v4
30
+ - uses : actions/cache@v3
25
31
with :
26
32
path : |
27
33
/Users/runneradmin/AppData/Local/bazelisk
36
42
test-linux :
37
43
runs-on : ubuntu-latest
38
44
steps :
39
- - uses : actions/cache@v4
45
+ - uses : actions/cache@v3
40
46
with :
41
47
path : |
42
48
~/.cache/bazelisk
Original file line number Diff line number Diff line change @@ -10,8 +10,10 @@ build --enable_runfiles
10
10
build --noincompatible_remove_rule_name_parameter
11
11
query --noincompatible_remove_rule_name_parameter
12
12
13
+ # Temporary until https://github.com/grailbio/bazel-toolchain/pull/198 is merged
14
+ build:linux --extra_toolchains=@llvm_toolchain//:cc-toolchain-x86_64-linux
15
+
13
16
common:ci --announce_rc
14
17
common:ci --verbose_failures
15
18
common:ci --keep_going
16
19
common:ci --disk_cache=~/.cache/bazel-disk-cache
17
- test:ci --test_output=errors
You can’t perform that action at this time.
0 commit comments