File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -312,7 +312,8 @@ PACKAGE_JSON_TEMPLATE="$OUTPUT_DIR/package-$LIBS_PROJ_NAME.json"
312
312
# # TEMP WORKAROUND FOR RV32 LONG PATH ON WINDOWS
313
313
# #
314
314
RVTC_VERSION=` cat $PACKAGE_JSON_TEMPLATE | jq -r " .packages[0].platforms[0].toolsDependencies[] | select(.name == \" $RVTC_NAME \" ) | .version" | cut -d ' _' -f 2`
315
- RVTC_VERSION=` date -j -f ' %Y%m%d' " $RVTC_VERSION " ' +%y%m' `
315
+ # RVTC_VERSION=`date -j -f '%Y%m%d' "$RVTC_VERSION" '+%y%m'` # MacOS
316
+ RVTC_VERSION=` date -d " $RVTC_VERSION " ' +%y%m' `
316
317
rvtc_jq_arg=" \
317
318
(.packages[0].platforms[0].toolsDependencies[] | select(.name==\" $RVTC_NAME \" )).version = \" $RVTC_VERSION \" |\
318
319
(.packages[0].platforms[0].toolsDependencies[] | select(.name==\" $RVTC_NAME \" )).name = \" $RVTC_NEW_NAME \" |\
You can’t perform that action at this time.
0 commit comments