Skip to content

Commit

Permalink
Merge pull request #18 from pf93/feature-keruntime-modify-deploy
Browse files Browse the repository at this point in the history
modify makefile and deploy script
  • Loading branch information
MonsieurWill authored Aug 24, 2023
2 parents 2ed03e4 + 33e1cea commit c73c90a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ COMPONENTS=cloud \
.EXPORT_ALL_VARIABLES:
OUT_DIR ?= _output/local

BUILD_WITH_CONTAINER?=true
BUILD_WITH_CONTAINER?=false
RUN = hack/make-rules/build_with_container.sh

define ALL_HELP_INFO
Expand Down
2 changes: 2 additions & 0 deletions hack/lib/get_golang.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ kubeedge::golang::verify_golang_version() {
wget https://golang.google.cn/dl/go1.19.5.linux-amd64.tar.gz
fi
tar -C /usr/local -xzf go1.19.5.linux-amd64.tar.gz
cp /usr/local/go/bin/go /usr/local/bin/go

echo 'export PATH=$PATH:/usr/local/go/bin' >> /root/.profile
echo 'export GOPATH=/root/go' >> /root/.profile
echo 'export GOBIN=$GOPATH/bin' >> /root/.profile
Expand Down

0 comments on commit c73c90a

Please sign in to comment.