Skip to content

Commit 348b623

Browse files
committed
add gcc required to build with newer version of go
1 parent 1fd4b9f commit 348b623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ stages:
55
- build
66

77
before_script:
8-
- apk add --no-cache make git
8+
- apk add --no-cache make git gcc
99
- mkdir -p /go/src/github.com/yannh
1010
- cp -r $CI_PROJECT_DIR /go/src/github.com/yannh/redis-dump-go
1111
- cd /go/src/github.com/yannh/redis-dump-go

0 commit comments

Comments
 (0)