Skip to content

Commit 1998546

Browse files
committed
[cheshire] Copy install64 instead of softlinking
This is to prevent from CI broken links if the original install64 is not an artifact
1 parent 066896a commit 1998546

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cheshire/sw/cva6-sdk.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ linux-img: $(CVA6_SDK_ROOT)/install64/vmlinux
6767
echo "$(CHS_SW)/deps/cva6-sdk/install64 already exists, creating a backup..."; \
6868
mv $(CHS_SW)/deps/cva6-sdk/install64 $(CHS_SW)/deps/cva6-sdk/install64.bak_$(shell date +%Y%m%d_%H%M%S); \
6969
fi
70-
cd $(CHS_SW)/deps/cva6-sdk && ln -s $(CVA6_SDK_ROOT)/install64
70+
cp -r $(CVA6_SDK_ROOT)/install64 $(CHS_SW)/deps/cva6-sdk/

0 commit comments

Comments
 (0)