File tree 2 files changed +2
-6
lines changed
2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,7 @@ gpg --import "${GPG_SECRET_KEY_FILE}"
13
13
# Wipe all of catalyst.
14
14
sudo rm -rf src/build
15
15
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 \
19
17
--sign=" ${SIGNING_USER} " \
20
18
--sign_digests=" ${SIGNING_USER} " \
21
19
--upload_root=" ${UPLOAD_ROOT} " \
Original file line number Diff line number Diff line change @@ -13,9 +13,7 @@ gpg --import "${GPG_SECRET_KEY_FILE}"
13
13
# Wipe all of catalyst.
14
14
sudo rm -rf src/build
15
15
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 \
19
17
--sign=" ${SIGNING_USER} " \
20
18
--sign_digests=" ${SIGNING_USER} " \
21
19
--upload_root=" ${UPLOAD_ROOT} " \
You can’t perform that action at this time.
0 commit comments