@@ -8,74 +8,49 @@ workspaces:
8
8
- examples/uv_pip_compile
9
9
10
10
tasks :
11
+ # TODO(reid): symbolic versions seem broken
12
+
11
13
- test :
12
14
name : test-os:linux-bzl:head
13
15
queue : aspect-default
14
16
hooks :
15
17
- type : before_task
16
18
command : |
17
- echo "last_green" > .bazelversion
18
-
19
- # - test:
20
- # name: test-os:mac-bzl:head
21
- # queue: mac-runners
22
- # hooks:
23
- # - type: before_task
24
- # command: |
25
- # echo "last_green" > .bazelversion
19
+ rm .bazelversion
20
+ echo "USE_BAZEL_VERSION=last_green" > .bazeliskrc
26
21
27
22
- test :
28
23
name : test-os:linux-bzl:latest
29
24
queue : aspect-default
30
25
hooks :
31
26
- type : before_task
32
27
command : |
33
- echo "latest" > .bazelversion
34
-
35
- # - test:
36
- # name: test-os:mac-bzl:8
37
- # queue: mac-runners
38
- # hooks:
39
- # - type: before_task
40
- # command: |
41
- # echo "8" > .bazelversion
28
+ rm .bazelversion
29
+ echo "USE_BAZEL_VERSION=latest" > .bazeliskrc
42
30
43
31
- test :
44
32
name : test-os:linux-bzl:8
45
33
queue : aspect-default
46
34
hooks :
47
35
- type : before_task
48
36
command : |
49
- echo "8.2.1" > .bazelversion
37
+ rm .bazelversion
38
+ echo "USE_BAZEL_VERSION=8.2.1" > .bazeliskrc
50
39
51
40
- test :
52
41
name : test-os:linux-bzl:7
53
42
queue : aspect-default
54
43
hooks :
55
44
- type : before_task
56
45
command : |
57
- echo "7.6.1" > .bazelversion
58
-
59
- # - test:
60
- # name: test-os:mac-bzl:7
61
- # queue: mac-runners
62
- # hooks:
63
- # - type: before_task
64
- # command: |
65
- # echo "7" > .bazelversion
46
+ rm .bazelversion
47
+ echo "USE_BAZEL_VERSION=7.6.1" > .bazeliskrc
66
48
67
49
- test :
68
50
name : test-os:linux-bzl:6
69
51
queue : aspect-default
70
52
hooks :
71
53
- type : before_task
72
54
command : |
73
- echo "6.5.0" > .bazelversion
74
-
75
- # - test:
76
- # name: test-os:mac-bzl:6
77
- # queue: mac-runners
78
- # hooks:
79
- # - type: before_task
80
- # command: |
81
- # echo "6" > .bazelversion
55
+ rm .bazelversion
56
+ echo "USE_BAZEL_VERSION=6.5.0" > .bazeliskrc
0 commit comments