-
Notifications
You must be signed in to change notification settings - Fork 977
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #697 from Dylan-AWS/master
Update arm 3.0 image with latest runtimes
- Loading branch information
Showing
9 changed files
with
314 additions
and
95 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
configure_option "--with-curl" | ||
configure_option "--with-password-argon2" | ||
configure_option "--with-pdo-pgsql" | ||
configure_option "--with-libedit" | ||
|
||
PHP_BUILD_EXTRA_MAKE_ARGUMENTS="-j4" | ||
|
||
#https://github.com/php-build/php-build/blob/master/share/php-build/definitions/8.1.26 | ||
#Don't change beyond this line | ||
|
||
configure_option "--enable-gd" | ||
configure_option "--with-jpeg" | ||
configure_option "--with-zip" | ||
configure_option "--with-mhash" | ||
|
||
configure_option -D "--with-xmlrpc" | ||
|
||
install_package "https://www.php.net/distributions/php-8.1.26.tar.bz2" | ||
install_xdebug "3.3.1" | ||
enable_builtin_opcache |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
configure_option "--with-curl" | ||
configure_option "--with-password-argon2" | ||
configure_option "--with-pdo-pgsql" | ||
configure_option "--with-libedit" | ||
|
||
PHP_BUILD_EXTRA_MAKE_ARGUMENTS="-j4" | ||
|
||
#https://github.com/php-build/php-build/blob/master/share/php-build/definitions/8.2.13 | ||
#Don't change beyond this line | ||
|
||
configure_option "--enable-gd" | ||
configure_option "--with-jpeg" | ||
configure_option "--with-zip" | ||
configure_option "--with-mhash" | ||
|
||
configure_option -D "--with-xmlrpc" | ||
|
||
install_package "https://www.php.net/distributions/php-8.2.13.tar.bz2" | ||
install_xdebug "3.3.1" | ||
enable_builtin_opcache |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
configure_option "--with-curl" | ||
configure_option "--with-password-argon2" | ||
configure_option "--with-pdo-pgsql" | ||
configure_option "--with-libedit" | ||
|
||
PHP_BUILD_EXTRA_MAKE_ARGUMENTS="-j4" | ||
|
||
#https://github.com/php-build/php-build/blob/master/share/php-build/definitions/8.3.0 | ||
#Don't change beyond this line | ||
|
||
configure_option "--enable-gd" | ||
configure_option "--with-jpeg" | ||
configure_option "--with-zip" | ||
configure_option "--with-mhash" | ||
|
||
configure_option -D "--with-xmlrpc" | ||
|
||
install_package "https://www.php.net/distributions/php-8.3.0.tar.bz2" | ||
install_xdebug "3.3.1" | ||
enable_builtin_opcache |
18 changes: 0 additions & 18 deletions
18
al2/aarch64/standard/3.0/tools/runtime_configs/python/3.11.2
This file was deleted.
Oops, something went wrong.
17 changes: 17 additions & 0 deletions
17
al2/aarch64/standard/3.0/tools/runtime_configs/python/3.11.7
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
export PYTHON_CONFIGURE_OPTS="\ | ||
--enable-shared | ||
--enable-loadable-sqlite-extensions" | ||
|
||
# Don't change below this line. | ||
# https://github.com/pyenv/pyenv/blob/master/plugins/python-build/share/python-build/3.11.7 | ||
|
||
prefer_openssl3 | ||
export PYTHON_BUILD_CONFIGURE_WITH_OPENSSL=1 | ||
export PYTHON_BUILD_TCLTK_USE_PKGCONFIG=1 | ||
install_package "openssl-3.2.0" "https://www.openssl.org/source/openssl-3.2.0.tar.gz#14c826f07c7e433706fb5c69fa9e25dab95684844b4c962a2cf1bf183eb4690e" mac_openssl --if has_broken_mac_openssl | ||
install_package "readline-8.2" "https://ftpmirror.gnu.org/readline/readline-8.2.tar.gz#3feb7171f16a84ee82ca18a36d7b9be109a52c04f492a053331d7d1095007c35" mac_readline --if has_broken_mac_readline | ||
if has_tar_xz_support; then | ||
install_package "Python-3.11.7" "https://www.python.org/ftp/python/3.11.7/Python-3.11.7.tar.xz#18e1aa7e66ff3a58423d59ed22815a6954e53342122c45df20c96877c062b9b7" standard verify_py311 copy_python_gdb ensurepip | ||
else | ||
install_package "Python-3.11.7" "https://www.python.org/ftp/python/3.11.7/Python-3.11.7.tgz#068c05f82262e57641bd93458dfa883128858f5f4997aad7a36fd25b13b29209" standard verify_py311 copy_python_gdb ensurepip | ||
fi |
16 changes: 16 additions & 0 deletions
16
al2/aarch64/standard/3.0/tools/runtime_configs/python/3.12.1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
export PYTHON_CONFIGURE_OPTS="\ | ||
--enable-shared | ||
--enable-loadable-sqlite-extensions" | ||
|
||
# Don't change below this line. | ||
# https://github.com/pyenv/pyenv/blob/master/plugins/python-build/share/python-build/3.12.1 | ||
|
||
prefer_openssl3 | ||
export PYTHON_BUILD_CONFIGURE_WITH_OPENSSL=1 | ||
install_package "openssl-3.1.2" "https://www.openssl.org/source/openssl-3.1.2.tar.gz#a0ce69b8b97ea6a35b96875235aa453b966ba3cba8af2de23657d8b6767d6539" mac_openssl --if has_broken_mac_openssl | ||
install_package "readline-8.2" "https://ftpmirror.gnu.org/readline/readline-8.2.tar.gz#3feb7171f16a84ee82ca18a36d7b9be109a52c04f492a053331d7d1095007c35" mac_readline --if has_broken_mac_readline | ||
if has_tar_xz_support; then | ||
install_package "Python-3.12.1" "https://www.python.org/ftp/python/3.12.1/Python-3.12.1.tar.xz#8dfb8f426fcd226657f9e2bd5f1e96e53264965176fa17d32658e873591aeb21" standard verify_py312 copy_python_gdb ensurepip | ||
else | ||
install_package "Python-3.12.1" "https://www.python.org/ftp/python/3.12.1/Python-3.12.1.tgz#d01ec6a33bc10009b09c17da95cc2759af5a580a7316b3a446eb4190e13f97b2" standard verify_py312 copy_python_gdb ensurepip | ||
fi |