Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
59fc948a
Commit
59fc948a
authored
Apr 17, 2017
by
Mike Danese
Committed by
Jeff Grafton
Apr 25, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bump rules_go and go version for bazel builds
and bump gazel to a version that supports 1.8
parent
cd380b58
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
7 deletions
+6
-7
WORKSPACE
WORKSPACE
+2
-2
update-bazel.sh
hack/update-bazel.sh
+1
-1
verify-bazel.sh
hack/verify-bazel.sh
+1
-1
BUILD
vendor/github.com/aws/aws-sdk-go/aws/request/BUILD
+1
-1
BUILD
vendor/golang.org/x/net/http2/BUILD
+1
-2
No files found.
WORKSPACE
View file @
59fc948a
git_repository(
git_repository(
name = "io_bazel_rules_go",
name = "io_bazel_rules_go",
commit = "
cfdcbdc1d17e6dc3c48bbda4fce760949e58e381
",
commit = "
d57a2abc3b16a3904c159794f0f0a52cf6f061a7
",
remote = "https://github.com/bazelbuild/rules_go.git",
remote = "https://github.com/bazelbuild/rules_go.git",
)
)
...
@@ -19,7 +19,7 @@ git_repository(
...
@@ -19,7 +19,7 @@ git_repository(
load("@io_bazel_rules_go//go:def.bzl", "go_repositories")
load("@io_bazel_rules_go//go:def.bzl", "go_repositories")
go_repositories(
go_repositories(
go_version = "1.
7.5
",
go_version = "1.
8.1
",
)
)
# for building docker base images
# for building docker base images
...
...
hack/update-bazel.sh
View file @
59fc948a
...
@@ -20,7 +20,7 @@ set -o pipefail
...
@@ -20,7 +20,7 @@ set -o pipefail
export
KUBE_ROOT
=
$(
dirname
"
${
BASH_SOURCE
}
"
)
/..
export
KUBE_ROOT
=
$(
dirname
"
${
BASH_SOURCE
}
"
)
/..
source
"
${
KUBE_ROOT
}
/hack/lib/init.sh"
source
"
${
KUBE_ROOT
}
/hack/lib/init.sh"
go get gopkg.in/mikedanese/gazel.v1
4
/gazel
go get gopkg.in/mikedanese/gazel.v1
6
/gazel
for
path
in
${
GOPATH
//
:/
}
;
do
for
path
in
${
GOPATH
//
:/
}
;
do
if
[[
-e
"
${
path
}
/bin/gazel"
]]
;
then
if
[[
-e
"
${
path
}
/bin/gazel"
]]
;
then
...
...
hack/verify-bazel.sh
View file @
59fc948a
...
@@ -20,7 +20,7 @@ set -o pipefail
...
@@ -20,7 +20,7 @@ set -o pipefail
export
KUBE_ROOT
=
$(
dirname
"
${
BASH_SOURCE
}
"
)
/..
export
KUBE_ROOT
=
$(
dirname
"
${
BASH_SOURCE
}
"
)
/..
source
"
${
KUBE_ROOT
}
/hack/lib/init.sh"
source
"
${
KUBE_ROOT
}
/hack/lib/init.sh"
go get gopkg.in/mikedanese/gazel.v1
4
/gazel
go get gopkg.in/mikedanese/gazel.v1
6
/gazel
for
path
in
${
GOPATH
//
:/
}
;
do
for
path
in
${
GOPATH
//
:/
}
;
do
if
[[
-e
"
${
path
}
/bin/gazel"
]]
;
then
if
[[
-e
"
${
path
}
/bin/gazel"
]]
;
then
...
...
vendor/github.com/aws/aws-sdk-go/aws/request/BUILD
View file @
59fc948a
...
@@ -14,7 +14,7 @@ go_library(
...
@@ -14,7 +14,7 @@ go_library(
"http_request.go",
"http_request.go",
"offset_reader.go",
"offset_reader.go",
"request.go",
"request.go",
"request_1_
7
.go",
"request_1_
8
.go",
"request_pagination.go",
"request_pagination.go",
"retryer.go",
"retryer.go",
"validation.go",
"validation.go",
...
...
vendor/golang.org/x/net/http2/BUILD
View file @
59fc948a
...
@@ -18,11 +18,10 @@ go_library(
...
@@ -18,11 +18,10 @@ go_library(
"frame.go",
"frame.go",
"go16.go",
"go16.go",
"go17.go",
"go17.go",
"go1
7_not1
8.go",
"go18.go",
"gotrack.go",
"gotrack.go",
"headermap.go",
"headermap.go",
"http2.go",
"http2.go",
"not_go18.go",
"pipe.go",
"pipe.go",
"server.go",
"server.go",
"transport.go",
"transport.go",
...
...
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