Skip to content

Commit d1ac99c

Browse files
committed
debug
Signed-off-by: Anas Nashif <[email protected]>
1 parent 6d984ca commit d1ac99c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/eclair.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@ jobs:
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`

0 commit comments

Comments
 (0)