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
c5765fbf
Commit
c5765fbf
authored
Nov 30, 2015
by
Paul Morie
Committed by
Paul Morie
Dec 14, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Special case godep installation in verify-codecgen for travis
parent
775369a8
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
11 deletions
+1
-11
verify-codecgen.sh
hack/verify-codecgen.sh
+1
-11
No files found.
hack/verify-codecgen.sh
View file @
c5765fbf
...
@@ -83,18 +83,8 @@ for (( i=0; i<number; i++ )); do
...
@@ -83,18 +83,8 @@ for (( i=0; i<number; i++ )); do
done
done
index
=(
${
result
}
)
index
=(
${
result
}
)
# Build codecgen from Godeps.
# However, we need to install godep first.
# We make some tricks with GOPATH variable to make it work with Travis.
_gopath
=
${
GOPATH
}
export
GOPATH
=
"
${
_tmpdir
}
"
go get
-u
github.com/tools/godep 2>/dev/null
go
install
github.com/tools/godep 2>/dev/null
GODEP
=
"
${
_tmpdir
}
/bin/godep"
export
GOPATH
=
${
_gopath
}
CODECGEN
=
"
${
_tmpdir
}
/codecgen_binary"
CODECGEN
=
"
${
_tmpdir
}
/codecgen_binary"
${
GODEP
}
go build
-o
"
${
CODECGEN
}
"
github.com/ugorji/go/codec/codecgen
godep
go build
-o
"
${
CODECGEN
}
"
github.com/ugorji/go/codec/codecgen
# Generate files in the dependency order.
# Generate files in the dependency order.
for
current
in
${
index
[@]
}
;
do
for
current
in
${
index
[@]
}
;
do
...
...
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