Skip to content

Commit

Permalink
[cheshire] Copy install64 instead of softlinking
Browse files Browse the repository at this point in the history
This is to prevent from CI broken links if the original install64
is not an artifact
  • Loading branch information
mp-17 committed Oct 19, 2024
1 parent 066896a commit 1998546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cheshire/sw/cva6-sdk.mk
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ linux-img: $(CVA6_SDK_ROOT)/install64/vmlinux
echo "$(CHS_SW)/deps/cva6-sdk/install64 already exists, creating a backup..."; \
mv $(CHS_SW)/deps/cva6-sdk/install64 $(CHS_SW)/deps/cva6-sdk/install64.bak_$(shell date +%Y%m%d_%H%M%S); \
fi
cd $(CHS_SW)/deps/cva6-sdk && ln -s $(CVA6_SDK_ROOT)/install64
cp -r $(CVA6_SDK_ROOT)/install64 $(CHS_SW)/deps/cva6-sdk/

0 comments on commit 1998546

Please sign in to comment.