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

Restore necessary envar

"error: unrecognized argument to '-fsanitize=' option: 'memory'"
parent cf14bc73
No related branches found
No related tags found
1 merge request!5Add go.mod
Pipeline #4448 canceled
This commit is part of merge request !5. Comments created here will be created in the context of that merge request.
...@@ -21,6 +21,8 @@ before_script: ...@@ -21,6 +21,8 @@ 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
- make dep - make dep
unit_tests: unit_tests:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment