Skip to content
Snippets Groups Projects
Commit 367541d4 authored by Erick Hitter's avatar Erick Hitter
Browse files

Fix clang version

parent 048aafe2
No related branches found
No related tags found
1 merge request!3Add go.mod
Pipeline #4440 failed
...@@ -21,7 +21,7 @@ before_script: ...@@ -21,7 +21,7 @@ before_script:
- cd $GOPATH/src/$REPO_NAME - cd $GOPATH/src/$REPO_NAME
- cp config-sample.json config.json - cp config-sample.json config.json
- export CC=clang-5.0 - export CC=clang-7.0
- make dep - make dep
...@@ -63,4 +63,4 @@ build: ...@@ -63,4 +63,4 @@ build:
- make - make
artifacts: artifacts:
paths: paths:
- dyndnsd-client/ - dyndnsd-client/
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment