File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 25
25
- name : docgen
26
26
run : |
27
27
bazel query 'kind(starlark_doc_extract, //...)' | xargs bazel build
28
+ # TODO(alexeagle): we should have a preview service in Aspect Workflows
29
+ # which could render the changed docs and show a delta
28
30
- uses : actions/upload-artifact@v4
29
31
with :
30
- path : bazel-out/*/bin/**/*.doc_extract.binaryproto
32
+ name : docs
33
+ path : bazel-out/k8-fastbuild/bin/**/*.doc_extract.binaryproto
31
34
32
35
# Prepares dynamic test matrix values
33
36
matrix-prep :
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ register_toolchains("@swc_toolchains//:all")
26
26
# Patch in https://github.com/bazelbuild/bazel-skylib/pull/571
27
27
git_override (
28
28
module_name = "bazel_skylib" ,
29
- commit = "17cdc147f29ae3bd73b5dc0d42cdc288338b0a7e " ,
29
+ commit = "429edfb2b9c7be99208b2095105ddf8d43ee492b " ,
30
30
remote = "https://github.com/alexeagle/bazel-skylib.git" ,
31
31
)
32
32
Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ bzl_library(
12
12
srcs = ["swc.bzl" ],
13
13
visibility = ["//swc:__subpackages__" ],
14
14
deps = [
15
+ "//swc:providers" ,
16
+ "@aspect_bazel_lib//lib:copy_file" ,
15
17
"@aspect_bazel_lib//lib:platform_utils" ,
16
18
"@aspect_rules_js//js:libs" ,
17
19
"@aspect_rules_js//js:providers" ,
You can’t perform that action at this time.
0 commit comments