Skip to content
This repository was archived by the owner on May 23, 2024. It is now read-only.

Commit 18931ac

Browse files
author
Chuyang Deng
committed
revert build and publish script
1 parent 667ae52 commit 18931ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/build-all.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set -euo pipefail
66

77
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
88

9-
${DIR}/build.sh --version 2.0.0 --arch eia
9+
${DIR}/build.sh --version 1.14.0 --arch eia
1010
${DIR}/build.sh --version 1.15.0 --arch cpu
1111
${DIR}/build.sh --version 1.15.0 --arch gpu
1212
${DIR}/build.sh --version 2.1.0 --arch cpu

scripts/publish-all.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set -euo pipefail
66

77
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
88

9-
${DIR}/publish.sh --version 2.0.0 --arch eia
9+
${DIR}/publish.sh --version 1.14.0 --arch eia
1010
${DIR}/publish.sh --version 1.15.0 --arch cpu
1111
${DIR}/publish.sh --version 1.15.0 --arch gpu
1212
${DIR}/publish.sh --version 2.1.0 --arch cpu

0 commit comments

Comments
 (0)