Linux puskom-ProLiant-DL385-Gen10 5.4.0-150-generic #167~18.04.1-Ubuntu SMP Wed May 24 00:51:42 UTC 2023 x86_64
/
home
/
puskom
/
mastur
/
backwpup
/
vendor
/
aws
/
aws-crt-php
/
//home/puskom/mastur/backwpup/vendor/aws/aws-crt-php/builder.json
{ "name": "aws-crt-php", "hosts": { "ubuntu": { "pkg_setup": [ "add-apt-repository -y ppa:ondrej/php" ], "packages": [ "autotools-dev", "autoconf", "libtool", "clang", "php5.6-dev" ] }, "al2": { "packages": [ "autoconf", "automake", "libtool", "clang", "php-devel" ] } }, "build_steps": [ ["phpize"], ["./configure"], ["make"] ], "test_env": { "NO_INTERACTION": "1" }, "test_steps": [ ["./run_tests"] ] }