File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 9090 install-dir : eclair
9191 s3-access-key-id : ${{ secrets.TOOLDIST_ACCESS_KEY }}
9292 s3-secret-access-key : ${{ secrets.TOOLDIST_SECRET_ACCESS_KEY }}
93- license-server : ${{ secrets.TOOLDIST_ECLAIR_LICENSE_SERVER }}
93+ # license-server: ${{ secrets.TOOLDIST_ECLAIR_LICENSE_SERVER }}
94+ license-server : 10.0.0.1
9495
9596 - name : Set Up Python 3.12
9697 uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
@@ -103,9 +104,9 @@ jobs:
103104 run : |
104105 pip install -r scripts/requirements-actions.txt --require-hashes
105106
106- - name : Check Env
107+ - name : Scan code with Eclair
107108 run : |
108- export COVERITY_OUTPUT_DIR=${PWD}/cov-int
109+ cat ~/.hasplm/hasp_113938.ini
109110 ./scripts/twister -j 16 -p qemu_x86 -T tests/subsys/logging/ -T samples/hello_world -i --build-only -v -xZEPHYR_SCA_VARIANT=eclair -x=USE_CCACHE=0
110111
111112 ver=`git describe`
You can’t perform that action at this time.
0 commit comments