瀏覽代碼

fix bitwise idempotentness of code shasum script

Mokhtar Naamani 4 年之前
父節點
當前提交
f68b14f25b
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 \