Skip to content

Commit 5a59c2b

Browse files
Fix MaxOS build on Jenkins (#2723)
1 parent b8b6a44 commit 5a59c2b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ci/test_darwin.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ gpg --quiet --batch --yes --decrypt --passphrase="${PARAMETERS_SECRET}" ${PARAMS
2222
# Decrypt private key file
2323
gpg --quiet --batch --yes --decrypt --passphrase="${PARAMETERS_SECRET}" "${CONNECTOR_DIR}/.github/workflows/parameters/public/rsa_keys/rsa_key_python_${cloud_provider}.p8.gpg" > "test/rsa_key_python_${cloud_provider}.p8"
2424

25+
# Remove CRL cache directory if it exists to avoid permission issues (if it was created by older version of the connector)
26+
rm -rf ~/Library/Caches/Snowflake/crls
27+
2528
rm -rf venv
2629
python3.12 -m venv venv
2730
. venv/bin/activate

0 commit comments

Comments
 (0)