summaryrefslogtreecommitdiff
path: root/hack/lib/golang.sh (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5176 from ZhengXinwei-F/bugfix-1118-1•••add go test for NegotiateTunnelPort functionKubeEdge Bot2023-11-211-2/+2
|\
| * add go test for NegotiateTunnelPort function•••Signed-off-by: zhengxinwei <zhengxinwei@huawei.com> zhengxinwei2023-11-201-2/+2
* | fix go version verify•••Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com> Shelley-BaoYue2023-11-171-1/+1
|/
* bump go version to 1.20•••Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com> Shelley-BaoYue2023-11-071-1/+1
* feat: update to support release windows/amd64•••Signed-off-by: wujunyi <wu65830600@163.com> wujunyi2023-10-271-8/+21
* integrate Codecov into CI•••Signed-off-by: gy95 <guoyao17@huawei.com> gy952022-11-221-1/+0
* controller manager fix•••Signed-off-by: Congrool <chpzhangyifei@qq.com> Signed-off-by: Congrool <chpzhangyifei@zju.edu.cn> Congrool2022-05-191-0/+1
* remove gopath in makefile•••Signed-off-by: fisherxu <xufei40@huawei.com> fisherxu2022-04-181-1/+1
* Merge pull request #3678 from fisherxu/fix-local-up•••Fix local-up exit without error msgKubeEdge Bot2022-03-241-4/+0
|\
| * fix local-up exit without error msg•••Signed-off-by: fisherxu <xufei40@huawei.com> fisherxu2022-03-101-4/+0
* | support armhf•••Signed-off-by: fisherxu <xufei40@huawei.com> fisherxu2022-03-221-1/+1
|/
* add edgemark performance testing tool•••Signed-off-by: wackxu <xushiwei5@huawei.com> x004255952022-03-041-0/+1
* verify go version when call build.sh script•••Signed-off-by: fisherxu <xufei40@huawei.com> fisherxu2022-01-171-1/+22
* Merge pull request #3512 from fisherxu/add-iptablesmgr•••add iptablesmanager to make allKubeEdge Bot2021-12-301-0/+1
|\
| * add iptablesmanager to makefile•••Signed-off-by: fisherxu <xufei40@huawei.com> fisherxu2021-12-281-0/+1
* | add all components to crossbuild•••Signed-off-by: fisherxu <xufei40@huawei.com> fisherxu2021-12-291-23/+1
* | Fix the issue when cross-building for ARMv8•••Signed-off-by: Dave Chen <dave.chen@arm.com> Dave Chen2021-12-291-0/+1
|/
* make:build csidriver binary in makefile•••Signed-off-by: CooperLi <a710905118@163.com> CooperLi2021-09-091-0/+1
* Edgesite: cluster on edge implement (#2858)•••Co-authored-by: WintonChan <cw_hao@163.com>liufen902021-05-311-3/+2
* Add test ci for pkg•••Signed-off-by: Shiming Zhang <wzshiming@foxmail.com> Shiming Zhang2021-03-251-0/+11
* scripts: modify wrong word•••modify the wrong word in golang.sh Fixes # Signed-off-by: zyt312074545 <zyt312074545@hotmail.com> zyt3120745452021-01-291-6/+6
* hack/lib/golang.sh: fix a hardcode•••Signed-off-by: Xiang Dai <long0dai@foxmail.com> Xiang Dai2021-01-151-1/+1
* Generate coverprofile when test•••Signed-off-by: Xiang Dai <long0dai@foxmail.com> Xiang Dai2021-01-091-1/+7
* CI: switch amd64 tests to Github Action•••Signed-off-by: Xiang Dai <long0dai@foxmail.com> Xiang Dai2020-11-181-0/+0
* Fix bash array usage in hack/lib/golang.shroot2020-10-161-1/+1
* Merge pull request #2093 from chendave/buildoption•••Add the build option to make the binaries debuggableKubeEdge Bot2020-09-121-3/+5
|\
| * Add the build option to make the binaries debuggable•••By default, the debug info will be stripped for the binaries, `cloudcore` for example, to keep the binary as small as possible. This behavior can be overwritten by adding the options `GOLDFLAGS` or `GOGCFLAGS` when building the binaries. As a example, the binary `cloudcore` built with the below command will have DWARF and symbol table kept, the optimizations and inline will also been disabled, this is helpful when you want to use the debugging tools like `delve`. `make all WHAT=cloudcore GOLDFLAGS="" GOGCFLAGS="-N -l"` Signed-off-by: Dave Chen <dave.chen@arm.com> Dave Chen2020-09-041-3/+5
* | test: fix keadm test case missing issue•••Signed-off-by: Xiang Dai <long0dai@foxmail.com> Xiang Dai2020-08-151-2/+3
|/
* Lint: cleanup white noise•••Signed-off-by: Xiang Dai <long0dai@foxmail.com> Xiang Dai2020-06-041-16/+14
* Clean all cache before do test•••Signed-off-by: Xiang Dai <long0dai@foxmail.com> Xiang Dai2020-05-301-0/+1
* enable test in keadmJan Unterbrink2020-03-161-0/+10
* set GOARM from 6 to 7 when cross_build GOARM=GOARM7•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2020-02-191-1/+1
* support make bluetoothdevice and make bluetoothdevice_imagex•••Signed-off-by: zhangjie <iamkadisi@163.com> Co-Authored-By: Kevin Wang <kevinwzf0126@gmail.com> zhangjie2020-02-181-47/+23
* support make smallbuild•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2020-02-181-13/+68
* support make crossbuild•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2020-02-181-4/+91
* support make lint•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2020-02-181-2/+1
* support make test•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2020-02-181-0/+71
* use bash to build kubeedge components, and use WHAT param•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2020-02-181-0/+238