Skip to content

Commit a6a803c

Browse files
authored
Update precommit.yml
1 parent 24c16db commit a6a803c

File tree

1 file changed

+16
-23
lines changed

1 file changed

+16
-23
lines changed

.github/workflows/precommit.yml

Lines changed: 16 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
env:
3636
CC: ${{ matrix.cc }}
3737
CXX: ${{ matrix.cxx }}
38-
USE_BAZEL_VERSION: '6.5.0'
38+
USE_BAZEL_VERSION: '5.4.1'
3939

4040
steps:
4141
- uses: actions/checkout@v3
@@ -53,29 +53,22 @@ jobs:
5353
- name: show bazel setup
5454
run: |
5555
bazel --version
56-
USE_BAZEL_VERSION=6.5.0 bazel --version
57-
export USE_BAZEL_VERSION=6.5.0
58-
bazel --version
5956
60-
- name: show bazel setup
61-
run: |
62-
bazel --version
63-
64-
- name: build-lua5.1
65-
run: |
66-
bazel --bazelrc=.bazelrc build --config=lua5_1 ${{ matrix.config }} //...
67-
- name: test-lua5.1
68-
if: (!contains(matrix.config, 'arm64'))
69-
run: |
70-
bazel --bazelrc=.bazelrc test --config=lua5_1 ${{ matrix.config }} --test_output=errors //...
71-
72-
- name: build-lua5.2
73-
run: |
74-
bazel --bazelrc=.bazelrc build --config=lua5_2 ${{ matrix.config }} //...
75-
- name: test-lua5.2
76-
if: (!contains(matrix.config, 'arm64'))
77-
run: |
78-
bazel --bazelrc=.bazelrc test --config=lua5_2 ${{ matrix.config }} --test_output=errors //...
57+
# - name: build-lua5.1
58+
# run: |
59+
# bazel --bazelrc=.bazelrc build --config=lua5_1 ${{ matrix.config }} //...
60+
# - name: test-lua5.1
61+
# if: (!contains(matrix.config, 'arm64'))
62+
# run: |
63+
# bazel --bazelrc=.bazelrc test --config=lua5_1 ${{ matrix.config }} --test_output=errors //...
64+
65+
# - name: build-lua5.2
66+
# run: |
67+
# bazel --bazelrc=.bazelrc build --config=lua5_2 ${{ matrix.config }} //...
68+
# - name: test-lua5.2
69+
# if: (!contains(matrix.config, 'arm64'))
70+
# run: |
71+
# bazel --bazelrc=.bazelrc test --config=lua5_2 ${{ matrix.config }} --test_output=errors //...
7972

8073
- name: build-luajit
8174
run: |

0 commit comments

Comments
 (0)