Skip to content

Commit

Permalink
bazelbuild/rules_swift@1.8.0 (#637)
Browse files Browse the repository at this point in the history
Co-authored-by: Patrick Balestra <me@patrickbalestra.com>
  • Loading branch information
publish-to-bcr-bot[bot] and BalestraPatrick committed May 16, 2023
1 parent db9d9cb commit c75af90
Show file tree
Hide file tree
Showing 4 changed files with 73 additions and 1 deletion.
38 changes: 38 additions & 0 deletions modules/rules_swift/1.8.0/MODULE.bazel
@@ -0,0 +1,38 @@
# Generated by update-module-version.sh. DO NOT EDIT.
module(
name = "rules_swift",
version = "1.8.0",
bazel_compatibility = [">=6.0.0"],
compatibility_level = 1,
repo_name = "build_bazel_rules_swift",
)

# --- End generated content

bazel_dep(name = "bazel_skylib", version = "1.3.0")
bazel_dep(name = "apple_support", version = "1.6.0", repo_name = "build_bazel_apple_support")
bazel_dep(name = "rules_cc", version = "0.0.2")
bazel_dep(name = "platforms", version = "0.0.5")
bazel_dep(name = "protobuf", version = "21.7", repo_name = "com_google_protobuf")
bazel_dep(name = "rules_proto", version = "5.3.0-21.7")
bazel_dep(name = "nlohmann_json", version = "3.6.1", repo_name = "com_github_nlohmann_json")

non_module_deps = use_extension("//swift:extensions.bzl", "non_module_deps")
use_repo(
non_module_deps,
"build_bazel_rules_swift_index_import",
"build_bazel_rules_swift_local_config",
"com_github_apple_swift_log",
"com_github_apple_swift_nio",
"com_github_apple_swift_nio_extras",
"com_github_apple_swift_nio_http2",
"com_github_apple_swift_nio_transport_services",
"com_github_apple_swift_protobuf",
"com_github_grpc_grpc_swift",
)

apple_cc_configure = use_extension("@build_bazel_apple_support//crosstool:setup.bzl", "apple_cc_configure_extension")
use_repo(apple_cc_configure, "local_config_apple_cc")

# Dev dependencies
bazel_dep(name = "stardoc", version = "0.5.3", dev_dependency = True, repo_name = "io_bazel_stardoc")
28 changes: 28 additions & 0 deletions modules/rules_swift/1.8.0/presubmit.yml
@@ -0,0 +1,28 @@
shell_commands: &shell_commands
- "echo --- Downloading and extracting Swift $SWIFT_VERSION to $SWIFT_HOME"
- "mkdir $SWIFT_HOME"
- "curl https://download.swift.org/swift-${SWIFT_VERSION}-release/ubuntu2004/swift-${SWIFT_VERSION}-RELEASE/swift-${SWIFT_VERSION}-RELEASE-ubuntu20.04.tar.gz | tar xvz --strip-components=1 -C $SWIFT_HOME"

matrix:
platform:
- ubuntu2004
tasks:
verify_targets:
name: Verify build targets
platform: ${{ platform }}
environment:
CC: "clang"
SWIFT_VERSION: "5.5.3"
SWIFT_HOME: "$HOME/swift-$SWIFT_VERSION"
PATH: "$PATH:$SWIFT_HOME/usr/bin"
shell_commands: *shell_commands
build_flags:
- "--action_env=PATH"
build_targets:
- "@rules_swift//examples/xplatform/..."
- "-@rules_swift//examples/xplatform/grpc/..." # TODO: Fix grpc on Linux
verify_targets_macos:
name: Verify build targets
platform: macos
build_targets:
- "@rules_swift//examples/apple/..."
5 changes: 5 additions & 0 deletions modules/rules_swift/1.8.0/source.json
@@ -0,0 +1,5 @@
{
"integrity": "sha256-uYvR7APHE+L/XDqowFkw2LarhcyCs65dhpBY2kcx8jA=",
"strip_prefix": "",
"url": "https://github.com/bazelbuild/rules_swift/releases/download/1.8.0/rules_swift.1.8.0.tar.gz"
}
3 changes: 2 additions & 1 deletion modules/rules_swift/metadata.json
Expand Up @@ -31,7 +31,8 @@
"1.5.1",
"1.6.0",
"1.7.0",
"1.7.1"
"1.7.1",
"1.8.0"
],
"yanked_versions": {}
}

0 comments on commit c75af90

Please sign in to comment.