Skip to content

Commit 1ea3cff

Browse files
committed
test: Drop hack for old checkow Mac arm64
1 parent 8e4d393 commit 1ea3cff

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

tools/install/checkov.sh

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -13,24 +13,8 @@ apk add --no-cache \
1313
libffi-dev=~3 \
1414
musl-dev=~1
1515

16-
# cargo, gcc, git, musl-dev, rust and CARGO envvar required for compilation of [email protected]
17-
# no longer required once checkov version depends on rustworkx >0.14.0
18-
# https://github.com/bridgecrewio/checkov/pull/6045
19-
# gcc libffi-dev musl-dev required for compilation of cffi, until it contains musl aarch64
20-
export CARGO_NET_GIT_FETCH_WITH_CLI=true
21-
apk add --no-cache \
22-
cargo=~1 \
23-
git=~2 \
24-
libgcc=~12 \
25-
rust=~1
26-
2716
if [[ $VERSION == latest ]]; then
2817
pip3 install --no-cache-dir "${TOOL}"
2918
else
3019
pip3 install --no-cache-dir "${TOOL}==${VERSION}"
3120
fi
32-
33-
apk del gcc libffi-dev musl-dev
34-
# no longer required once checkov version depends on rustworkx >0.14.0
35-
# https://github.com/bridgecrewio/checkov/pull/6045
36-
apk del cargo git rust

0 commit comments

Comments
 (0)