mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-26 11:02:40 +00:00
WORKSPACE: go back to version that was working
This commit is contained in:
15
WORKSPACE
15
WORKSPACE
@@ -24,6 +24,12 @@ load(
|
|||||||
|
|
||||||
apple_rules_dependencies()
|
apple_rules_dependencies()
|
||||||
|
|
||||||
|
http_archive(
|
||||||
|
name = "build_bazel_rules_swift",
|
||||||
|
sha256 = "a2fd565e527f83fb3f9eb07eb9737240e668c9242d3bc318712efa54a7deda97",
|
||||||
|
url = "https://github.com/bazelbuild/rules_swift/releases/download/0.27.0/rules_swift.0.27.0.tar.gz",
|
||||||
|
)
|
||||||
|
|
||||||
load(
|
load(
|
||||||
"@build_bazel_rules_swift//swift:repositories.bzl",
|
"@build_bazel_rules_swift//swift:repositories.bzl",
|
||||||
"swift_rules_dependencies",
|
"swift_rules_dependencies",
|
||||||
@@ -38,13 +44,6 @@ load(
|
|||||||
|
|
||||||
swift_rules_extra_dependencies()
|
swift_rules_extra_dependencies()
|
||||||
|
|
||||||
load(
|
|
||||||
"@build_bazel_apple_support//lib:repositories.bzl",
|
|
||||||
"apple_support_dependencies",
|
|
||||||
)
|
|
||||||
|
|
||||||
apple_support_dependencies()
|
|
||||||
|
|
||||||
http_archive(
|
http_archive(
|
||||||
name = "io_bazel_rules_go",
|
name = "io_bazel_rules_go",
|
||||||
sha256 = "278b7ff5a826f3dc10f04feaf0b70d48b68748ccd512d7f98bf442077f043fe3",
|
sha256 = "278b7ff5a826f3dc10f04feaf0b70d48b68748ccd512d7f98bf442077f043fe3",
|
||||||
@@ -167,4 +166,4 @@ http_file(
|
|||||||
urls = [
|
urls = [
|
||||||
"https://github.com/bazelbuild/bazel/releases/download/6.3.2/bazel-6.3.2-linux-x86_64",
|
"https://github.com/bazelbuild/bazel/releases/download/6.3.2/bazel-6.3.2-linux-x86_64",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
Reference in New Issue
Block a user