Skip to content

Commit da9301e

Browse files
authored
Merge pull request #874 from dm0-/jenkins
jenkins: Stop trying to install catalyst
2 parents e49a215 + 0148b0d commit da9301e

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

jenkins/sdk.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ gpg --import "${GPG_SECRET_KEY_FILE}"
1313
# Wipe all of catalyst.
1414
sudo rm -rf src/build
1515

16-
S=/mnt/host/source/src/scripts
17-
enter sudo emerge -uv --jobs=2 catalyst
18-
enter sudo ${S}/bootstrap_sdk \
16+
enter sudo /mnt/host/source/src/scripts/bootstrap_sdk \
1917
--sign="${SIGNING_USER}" \
2018
--sign_digests="${SIGNING_USER}" \
2119
--upload_root="${UPLOAD_ROOT}" \

jenkins/toolchains.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ gpg --import "${GPG_SECRET_KEY_FILE}"
1313
# Wipe all of catalyst.
1414
sudo rm -rf src/build
1515

16-
S=/mnt/host/source/src/scripts
17-
enter sudo emerge -uv --jobs=2 catalyst
18-
enter sudo ${S}/build_toolchains \
16+
enter sudo /mnt/host/source/src/scripts/build_toolchains \
1917
--sign="${SIGNING_USER}" \
2018
--sign_digests="${SIGNING_USER}" \
2119
--upload_root="${UPLOAD_ROOT}" \

0 commit comments

Comments
 (0)