You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 26, 2022. It is now read-only.
## What is the goal of this PR?
Make the repository use Bazel 5. Bazel 4 and below only work with the deprecated Python 2, which is no longer included in some operating systems such as the latest Mac OS X.
## What are the changes implemented in this PR?
1. Upgrade Bazel to 5.1.1.
2. Upgrade all `@vaticle` dependencies
Copy file name to clipboardExpand all lines: dependencies/vaticle/repositories.bzl
+4-4
Original file line number
Diff line number
Diff line change
@@ -25,26 +25,26 @@ def vaticle_dependencies():
25
25
git_repository(
26
26
name="vaticle_dependencies",
27
27
remote="https://github.com/vaticle/dependencies",
28
-
commit="249700ec1e6de8b46d528d0a4fde4d1c7a9b3aa5", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
28
+
commit="465e60776ca3055ce85d90e94624d37db3f7e790", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
29
29
)
30
30
31
31
defvaticle_typeql():
32
32
git_repository(
33
33
name="vaticle_typeql",
34
34
remote="https://github.com/vaticle/typeql",
35
-
tag="2.8.0", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typeql
35
+
commit="ca921e2d11b2e365779fee4f9111e2701a157598", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typeql
tag="2.7.0"# sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_common
42
+
commit="d11cee9745e4559450ef4ccb140d4e9781587932"# sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_common
commit="d09adefdcf8d0befedb46a95a6623998add71cff", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_behaviour
49
+
commit="7aa405c01eb46b8a28867bc49c4f8c0427c32d52", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_behaviour
0 commit comments