]> granicus.if.org Git - esp-idf/commitdiff
CI build_ssc: Workaround for the SSC build error
authorAnton Maklakov <anton@espressif.com>
Fri, 16 Jun 2017 08:31:46 +0000 (16:31 +0800)
committerAnton Maklakov <anton@espressif.com>
Mon, 19 Jun 2017 01:23:24 +0000 (09:23 +0800)
.gitlab-ci.yml

index d7474ec37a188f3e6cfb04ae55ed41d1f880f7fe..e674e5a62515ea3fb15933fb717d9e23967d2e39 100644 (file)
@@ -83,7 +83,7 @@ build_ssc:
     - git clone $SSC_REPOSITORY
     - cd SSC
     - git checkout ${CI_COMMIT_REF_NAME} || echo "Using SSC default branch..."
-    - ./gen_misc_ng.sh
+    - MAKEFLAGS= ./gen_misc_ng.sh
 
 build_at:
   <<: *build_template