Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
0231584a
Commit
0231584a
authored
Oct 08, 2022
by
Vertexwahn
Browse files
Update rules_python, bazel_skylib and platfroms
parent
9fbb6575
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
8 deletions
+13
-8
WORKSPACE
WORKSPACE
+13
-8
No files found.
WORKSPACE
View file @
0231584a
...
...
@@ -20,20 +20,25 @@ http_archive(
http_archive
(
name
=
"rules_python"
,
sha256
=
"
0b460f17771258341528753b1679335b629d1d25e3af28eda47d009c103a6e15
"
,
strip_prefix
=
"rules_python-
aef17ad72919d184e5edb7abf61509eb78e57eda
"
,
url
s
=
[
"https://github.com/bazelbuild/rules_python/archive/
a
ef
17ad72919d184e5edb7abf61509eb78e57eda.zip"
],
# 2022-06-21T23:44:47Z
sha256
=
"
8c8fe44ef0a9afc256d1e75ad5f448bb59b81aba149b8958f02f7b3a98f5d9b4
"
,
strip_prefix
=
"rules_python-
0.13.0
"
,
url
=
"https://github.com/bazelbuild/rules_python/archive/
r
ef
s/tags/0.13.0.tar.gz"
,
)
http_archive
(
name
=
"bazel_skylib"
,
urls
=
[
"https://github.com/bazelbuild/bazel-skylib/releases/download/1.2.1/bazel-skylib-1.2.1.tar.gz"
],
sha256
=
"f7be3474d42aae265405a592bb7da8e171919d74c16f082a5457840f06054728"
,
urls
=
[
"https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.3.0/bazel-skylib-1.3.0.tar.gz"
,
"https://github.com/bazelbuild/bazel-skylib/releases/download/1.3.0/bazel-skylib-1.3.0.tar.gz"
,
],
sha256
=
"74d544d96f4a5bb630d465ca8bbcfe231e3594e5aae57e1edbf17a6eb3ca2506"
,
)
http_archive
(
name
=
"platforms"
,
sha256
=
"a879ea428c6d56ab0ec18224f976515948822451473a80d06c2e50af0bbe5121"
,
strip_prefix
=
"platforms-da5541f26b7de1dc8e04c075c99df5351742a4a2"
,
urls
=
[
"https://github.com/bazelbuild/platforms/archive/da5541f26b7de1dc8e04c075c99df5351742a4a2.zip"
],
# 2022-05-27
urls
=
[
"https://mirror.bazel.build/github.com/bazelbuild/platforms/releases/download/0.0.6/platforms-0.0.6.tar.gz"
,
"https://github.com/bazelbuild/platforms/releases/download/0.0.6/platforms-0.0.6.tar.gz"
,
],
sha256
=
"5308fc1d8865406a49427ba24a9ab53087f17f5266a7aabbfc28823f3916e1ca"
,
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment