Explorar o código

fix bitwise idempotentness of code shasum script

Mokhtar Naamani %!s(int64=4) %!d(string=hai) anos
pai
achega
f68b14f25b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      scripts/runtime-code-shasum.sh

+ 1 - 1
scripts/runtime-code-shasum.sh

@@ -13,7 +13,7 @@ if [[ "$OSTYPE" == "darwin"* ]]; then
 fi
 
 # sort/owner/group/mtime arguments only work with gnu version of tar!
-${TAR} -c --sort=name --owner=root:0 --group=root:0 --mtime='UTC 2020-01-01' \
+${TAR} -c --sort=name --owner=root:0 --group=root:0 --mode 644 --mtime='UTC 2020-01-01' \
     Cargo.lock \
     Cargo.toml \
     runtime \