Hi all I am facing a problem I have uploaded a com...
# shuttle-precheck
a
Hi all I am facing a problem I have uploaded a compressed gds as ".tar.gz" file on github and when cloned to repo folder it wont uncompress as running the file command is showing type of file as ASCII text and also the size of file is 133 bytes instead of 25.8 MB. This is causing the prechecks to fail. What can be done here Thanks and Regards
m
Don’t compress the gds file with
tar czf user_project_wrapper.gds.tar.gz user_project_wrapper.gds
. Use
gzip user_project_wrapper.gds
instead.
v
make compress
will do automatically
👍 1
a
thanks guys that worked
👍 1