mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-08 05:26:58 +02:00
build_jobs: drop old hack for 1010 branch
Not applicable to these scripts which do not build branches other than their own. Plus the 1010 branch is dead now anyway.
This commit is contained in:
parent
b0a114c4db
commit
a5c0973c24
@ -48,11 +48,6 @@ script() {
|
||||
source .repo/manifests/version.txt
|
||||
export COREOS_BUILD_ID
|
||||
|
||||
if [[ "${COREOS_VERSION}" == 1010.* && "${BOARD}" == arm64-usr ]]; then
|
||||
echo "SKIPPING ARM"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
# figure out if ccache is doing us any good in this scheme
|
||||
enter ccache --zero-stats
|
||||
|
||||
|
@ -49,11 +49,6 @@ script() {
|
||||
source .repo/manifests/version.txt
|
||||
export COREOS_BUILD_ID
|
||||
|
||||
if [[ "${COREOS_VERSION}" == 1010.* && "${BOARD}" == arm64-usr ]]; then
|
||||
echo "SKIPPING ARM"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
# Set up GPG for signing images
|
||||
export GNUPGHOME="${PWD}/.gnupg"
|
||||
rm -rf "${GNUPGHOME}"
|
||||
|
@ -67,11 +67,6 @@ enter() {
|
||||
source .repo/manifests/version.txt
|
||||
export COREOS_BUILD_ID
|
||||
|
||||
if [[ "${COREOS_VERSION}" == 1010.* && "${BOARD}" == arm64-usr ]]; then
|
||||
echo "SKIPPING ARM"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
# Set up GPG for signing images
|
||||
export GNUPGHOME="${PWD}/.gnupg"
|
||||
rm -rf "${GNUPGHOME}"
|
||||
|
Loading…
Reference in New Issue
Block a user