Skip to content

Commit

Permalink
delete annex_proto
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-skrodzka committed Oct 22, 2024
1 parent 7cc5b41 commit e4a0107
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 480 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,6 @@ load("@annex_scalafmt//:defs.bzl", annex_scalafmt_pinned_maven_install = "pinned
annex_scalafmt_pinned_maven_install()
scalafmt_default_config()

load("@rules_scala3//rules/scala_proto:workspace.bzl", "scala_proto_register_toolchains", "scala_proto_repositories",)
scala_proto_repositories()
load("@annex_proto//:defs.bzl", annex_proto_pinned_maven_install = "pinned_maven_install")
annex_proto_pinned_maven_install()
scala_proto_register_toolchains()

# Load bazel skylib and google protobuf
bazel_skylib_tag = "1.0.2"
bazel_skylib_sha256 = "97e70364e9249702246c0e9444bccdc4b847bed1eb03c5a3ece4f83dfe6abc44"
Expand Down
14 changes: 0 additions & 14 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -124,20 +124,6 @@ annex_scalafmt_pinned_maven_install()

scalafmt_default_config(".scalafmt.conf")

load(
"//rules/scala_proto:workspace.bzl",
"scala_proto_register_toolchains",
"scala_proto_repositories",
)

scala_proto_repositories()

scala_proto_register_toolchains()

load("@annex_proto//:defs.bzl", annex_proto_pinned_maven_install = "pinned_maven_install")

annex_proto_pinned_maven_install()

load("@bazel_features//:deps.bzl", "bazel_features_deps")

bazel_features_deps()
417 changes: 0 additions & 417 deletions annex_proto_install.json

This file was deleted.

3 changes: 0 additions & 3 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,19 @@ deps-update:
bazel run @annex_deps//:pin
bazel run @annex//:pin
bazel run @annex_scalafmt//:pin
bazel run @annex_proto//:pin
cd tests && bazel run @annex_test//:pin

rg -l '#maven_install_json' --glob '*.bzl' --glob 'WORKSPACE' | xargs sed -i 's/#maven_install_json/maven_install_json/g'

REPIN=1 bazel run @unpinned_annex_deps//:pin
REPIN=1 bazel run @unpinned_annex//:pin
REPIN=1 bazel run @unpinned_annex_scalafmt//:pin
REPIN=1 bazel run @unpinned_annex_proto//:pin
cd tests && REPIN=1 bazel run @unpinned_annex_test//:pin

deps-outdated:
bazel run @annex//:outdated
bazel run @annex_deps//:outdated
bazel run @annex_scalafmt//:outdated
bazel run @annex_proto//:outdated
cd tests && bazel run @annex_test//:outdated

bzl-lint:
Expand Down
25 changes: 0 additions & 25 deletions rules/scala_proto/workspace.bzl

This file was deleted.

1 change: 0 additions & 1 deletion scripts/gen-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ echo "$(dirname "$0")/.."
echo "generating dependencies for main workspace"
bazel run @unpinned_annex//:pin
bazel run @unpinned_annex_scalafmt//:pin
bazel run @unpinned_annex_proto//:pin

echo "generating dependencies for tests workspace"
cd "tests"
Expand Down
14 changes: 0 additions & 14 deletions tests/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -69,20 +69,6 @@ annex_pinned_maven_install()

scala_register_toolchains()

load(
"@rules_scala3//rules/scala_proto:workspace.bzl",
"scala_proto_register_toolchains",
"scala_proto_repositories",
)

scala_proto_repositories()

scala_proto_register_toolchains()

load("@annex_proto//:defs.bzl", annex_proto_pinned_maven_install = "pinned_maven_install")

annex_proto_pinned_maven_install()

# load("@rules_scala3//3rdparty:workspace.bzl", "maven_dependencies")
load(":workspace.bzl", "test_dependencies")

Expand Down

0 comments on commit e4a0107

Please sign in to comment.