mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-24 14:17:16 -04:00
Merge pull request #2017 from ThalesSiliconSecurity/dev/fix-spike-artifacts
Fix Spike artifacts
This commit is contained in:
commit
db9f1854cb
1 changed files with 3 additions and 1 deletions
|
@ -154,9 +154,11 @@ pub_build_tools:
|
|||
- source cva6/regress/install-spike.sh
|
||||
# Strip locally built binaries and libraries to reduce artifact size.
|
||||
- '[ -f $(pwd)/tools/spike/bin/spike ] && strip $(pwd)/tools/spike/bin/spike* $(pwd)/tools/spike/lib/lib*.*'
|
||||
- mkdir -p artifacts/tools/
|
||||
- mv tools/spike artifacts/tools/
|
||||
artifacts:
|
||||
paths:
|
||||
- tools/spike/
|
||||
- artifacts/tools/spike/*
|
||||
|
||||
pub_smoke:
|
||||
stage: one
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue