Skip to content

Commit a3d3f80

Browse files
committed
chore: sync with ecsact_common
1 parent 35453db commit a3d3f80

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

.github/workflows/main.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,18 @@
44
name: main
55

66
on:
7-
merge_group:
87
push:
98
branches:
109
- "**"
1110

1211
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+
1319
formatting-check:
1420
name: Formatting Check
1521
runs-on: ubuntu-latest
@@ -21,7 +27,7 @@ jobs:
2127
test-windows:
2228
runs-on: windows-latest
2329
steps:
24-
- uses: actions/cache@v4
30+
- uses: actions/cache@v3
2531
with:
2632
path: |
2733
/Users/runneradmin/AppData/Local/bazelisk
@@ -36,7 +42,7 @@ jobs:
3642
test-linux:
3743
runs-on: ubuntu-latest
3844
steps:
39-
- uses: actions/cache@v4
45+
- uses: actions/cache@v3
4046
with:
4147
path: |
4248
~/.cache/bazelisk

bazel/common.bazelrc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@ build --enable_runfiles
1010
build --noincompatible_remove_rule_name_parameter
1111
query --noincompatible_remove_rule_name_parameter
1212

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+
1316
common:ci --announce_rc
1417
common:ci --verbose_failures
1518
common:ci --keep_going
1619
common:ci --disk_cache=~/.cache/bazel-disk-cache
17-
test:ci --test_output=errors

0 commit comments

Comments
 (0)