Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
P
protobuf
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
protobuf
Commits
1c2eba3e
Unverified
Commit
1c2eba3e
authored
6 years ago
by
Adam Cozzette
Committed by
GitHub
6 years ago
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #5298 from rogerhub/patch-1
Import versions from @bazel_skylib//lib:versions.bzl
parents
398a47b9
7492b568
No related merge requests found
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
WORKSPACE
examples/WORKSPACE
+1
-1
protobuf.bzl
protobuf.bzl
+1
-1
No files found.
examples/WORKSPACE
View file @
1c2eba3e
...
...
@@ -39,5 +39,5 @@ http_archive(
urls = ["https://github.com/bazelbuild/bazel-skylib/archive/2169ae1c374aab4a09aa90e65efe1a3aad4e279b.tar.gz"],
)
load("@bazel_skylib//
:lib
.bzl", "versions")
load("@bazel_skylib//
lib:versions
.bzl", "versions")
versions.check(minimum_bazel_version = "0.5.4")
This diff is collapsed.
Click to expand it.
protobuf.bzl
View file @
1c2eba3e
load
(
"@bazel_skylib//
:lib
.bzl"
,
"versions"
)
load
(
"@bazel_skylib//
lib:versions
.bzl"
,
"versions"
)
def
_GetPath
(
ctx
,
path
):
if
ctx
.
label
.
workspace_root
:
...
...
This diff is collapsed.
Click to expand it.
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