Skip to content

Commit

Permalink
Publish aspect-build/rules_swc@v1.0.2 (#742)
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Eagle <alex@aspect.dev>
  • Loading branch information
publish-to-bcr-bot[bot] and alexeagle committed Jul 4, 2023
1 parent 32f161d commit 35d3249
Show file tree
Hide file tree
Showing 5 changed files with 59 additions and 1 deletion.
23 changes: 23 additions & 0 deletions modules/aspect_rules_swc/1.0.2/MODULE.bazel
@@ -0,0 +1,23 @@
"aspect-build/rules_swc"

module(
name = "aspect_rules_swc",
version = "1.0.2",
compatibility_level = 1,
)

bazel_dep(name = "aspect_bazel_lib", version = "1.30.2")

# Note: only used for provider symbols, we don't spawn nodejs actions
bazel_dep(name = "aspect_rules_js", version = "1.29.2")
bazel_dep(name = "bazel_skylib", version = "1.4.1")
bazel_dep(name = "platforms", version = "0.0.4")

swc = use_extension("@aspect_rules_swc//swc:extensions.bzl", "swc")
swc.toolchain(
name = "swc",
swc_version = "v1.3.42",
)
use_repo(swc, "swc_toolchains")

register_toolchains("@swc_toolchains//:all")
@@ -0,0 +1,15 @@
Index: MODULE.bazel
===================================================================
--- MODULE.bazel
+++ MODULE.bazel
@@ -1,9 +1,9 @@
"aspect-build/rules_swc"

module(
name = "aspect_rules_swc",
- version = "0.0.0",
+ version = "1.0.2",
compatibility_level = 1,
)

bazel_dep(name = "aspect_bazel_lib", version = "1.30.2")
10 changes: 10 additions & 0 deletions modules/aspect_rules_swc/1.0.2/presubmit.yml
@@ -0,0 +1,10 @@
bcr_test_module:
module_path: "e2e/smoke"
matrix:
platform: ["debian10", "macos", "ubuntu2004", "windows"]
tasks:
run_tests:
name: "Run test module"
platform: ${{ platform }}
test_targets:
- "//..."
9 changes: 9 additions & 0 deletions modules/aspect_rules_swc/1.0.2/source.json
@@ -0,0 +1,9 @@
{
"integrity": "sha256-Fxh8FXEKwTOmVsNcL3aPPPqSWIjSbtk6n+n95pqGCqs=",
"strip_prefix": "rules_swc-1.0.2",
"url": "https://github.com/aspect-build/rules_swc/releases/download/v1.0.2/rules_swc-v1.0.2.tar.gz",
"patches": {
"module_dot_bazel_version.patch": "sha256-H6QV/Gg6aBSeD58ov4STAMwIvS1bhBiI6x4nQLJrW/o="
},
"patch_strip": 0
}
3 changes: 2 additions & 1 deletion modules/aspect_rules_swc/metadata.json
Expand Up @@ -20,7 +20,8 @@
"1.0.0-rc2",
"1.0.0-rc3",
"1.0.0",
"1.0.1"
"1.0.1",
"1.0.2"
],
"yanked_versions": {}
}

0 comments on commit 35d3249

Please sign in to comment.