diff options
| author | Xiang Dai <long0dai@foxmail.com> | 2020-05-29 09:46:24 +0800 |
|---|---|---|
| committer | Xiang Dai <long0dai@foxmail.com> | 2020-05-30 14:05:10 +0800 |
| commit | eb687b482f4bdc075f96004cb5ed6a0103b657d3 (patch) | |
| tree | 61a5e9d2e979321290c725c91040f6dff6b2b5c0 /hack/lib/golang.sh | |
| parent | Merge pull request #1754 from fisherxu/update-adopter (diff) | |
| download | kubeedge-eb687b482f4bdc075f96004cb5ed6a0103b657d3.tar.gz | |
Clean all cache before do test
Signed-off-by: Xiang Dai <long0dai@foxmail.com>
Diffstat (limited to 'hack/lib/golang.sh')
| -rw-r--r-- | hack/lib/golang.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hack/lib/golang.sh b/hack/lib/golang.sh index b12aa7421..0c51e83f3 100644 --- a/hack/lib/golang.sh +++ b/hack/lib/golang.sh @@ -253,6 +253,7 @@ kubeedge::golang::is_supported_goarm() { kubeedge::golang::cross_build_place_binaries() { kubeedge::check::env + set -x local -a targets=() local goarm=${goarm:-${KUBEEDGE_ALL_CROSS_GOARMS[0]}} |
