We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 972b381 commit d3b6ec5Copy full SHA for d3b6ec5
.aspect/workflows/buildkite.yaml
@@ -20,6 +20,19 @@ steps:
20
--test_output=summary \
21
--show_progress_rate_limit=1 \
22
-- //...
23
+ echo "--- :bazel: bazel build //:launcher //:cli"
24
+ bazel \
25
+ --nohome_rc \
26
+ --output_user_root=/mnt/ephemeral/bazel/aspect-cli/__main__ \
27
+ --output_base=/mnt/ephemeral/output/aspect-cli/__main__ \
28
+ build \
29
+ --config=workflows \
30
+ --config=ci \
31
+ --test_output=summary \
32
+ --show_progress_rate_limit=1 \
33
+ -- //:launcher //:cli
34
+ echo "--- :aspect: aspect tests axl"
35
+ ./bazel-bin/crates/aspect-launcher/aspect-launcher tests axl
36
- label: ":broom: Format"
37
agents:
38
queue: aspect-small
0 commit comments