We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c81010f commit e8de17bCopy full SHA for e8de17b
buildspec-pr.yaml
@@ -15,7 +15,7 @@ phases:
15
16
# Packing the mono-libraries (monocdk & aws-cdk-lib) can cause
17
# memory errors. Increasing this value allows our build to more consistently succeed
18
- - yum install -y procps-ng && /sbin/sysctl -w vm.max_map_count=2251954
+ - (command -v sysctl || yum install -y procps-ng) && /sbin/sysctl -w vm.max_map_count=2251954
19
build:
20
commands:
21
- /bin/bash ./build.sh --extract
0 commit comments