Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: Snapchat/Valdi
ref: beta-0.1.0
lfs: true
path: .valdi

Expand Down
10 changes: 0 additions & 10 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -81,16 +81,6 @@ bazel_dep(name = "aspect_rules_ts", version = "3.7.0")
rules_ts_ext = use_extension("@aspect_rules_ts//ts:extensions.bzl", "ext")
use_repo(rules_ts_ext, "npm_typescript")

# Third-party patches: Valdi's single_version_override entries only take
# effect when Valdi is the root module. The Valdi Bazel registry provides
# pre-patched versions of rules_swift, rules_kotlin, and rules_android_ndk.
# Websocketpp still needs a local patch.
single_version_override(
module_name = "websocketpp",
patches = ["//third-party/patches:websocketpp.patch"],
patch_strip = 1,
)

# Version pins (must match Valdi's MODULE.bazel).
single_version_override(module_name = "protobuf", version = "27.0")
single_version_override(module_name = "rules_apple", version = "4.0.0")
Expand Down
1 change: 0 additions & 1 deletion third-party/patches/BUILD.bazel

This file was deleted.

17 changes: 0 additions & 17 deletions third-party/patches/websocketpp.patch

This file was deleted.

Loading