Skip to content

Commit fe4f380

Browse files
committed
Revert "CI: Don't build mac bundle because kernel downgrade need internal repo access"
This reverts commit 4d83775. Since we are not depend on internal repo to downgrade the kernel version so better to build mac bundles from CI.
1 parent 114d1c8 commit fe4f380

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ci.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ cat > /tmp/ignoretests.txt << EOF
1919
EOF
2020

2121
./shellcheck.sh
22-
SNC_GENERATE_MACOS_BUNDLE=0 ./snc.sh
22+
./snc.sh
2323

2424
echo "### Extracting openshift-tests binary"
2525
mkdir /tmp/os-test
@@ -30,7 +30,7 @@ sudo mv /tmp/os-test/openshift-tests /usr/local/bin/
3030

3131
# Run createdisk script
3232
export CRC_ZSTD_EXTRA_FLAGS="-10 --long"
33-
SNC_GENERATE_MACOS_BUNDLE=0 ./createdisk.sh crc-tmp-install-data
33+
./createdisk.sh crc-tmp-install-data
3434

3535
# Destroy the cluster
3636
./openshift-baremetal-install destroy cluster --dir crc-tmp-install-data

ci_microshift.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ set -exuo pipefail
55
sudo yum install -y make golang
66

77
./shellcheck.sh
8-
SNC_GENERATE_MACOS_BUNDLE=0 ./microshift.sh
8+
./microshift.sh
99

1010
# Set the zstd compression level to 10 to have faster
1111
# compression while keeping a reasonable bundle size.
1212
export CRC_ZSTD_EXTRA_FLAGS="-10"
13-
SNC_GENERATE_MACOS_BUNDLE=0 ./createdisk.sh crc-tmp-install-data
13+
./createdisk.sh crc-tmp-install-data
1414

1515
git clone https://github.com/crc-org/crc.git
1616
pushd crc

0 commit comments

Comments
 (0)