mirror of
https://github.com/awslabs/aws-crt-php.git
synced 2026-08-18 18:13:09 +00:00
see what version libcrypto used
This commit is contained in:
@@ -30,6 +30,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
|
- name: php info
|
||||||
|
run: php -i
|
||||||
|
|
||||||
- name: Build for PHP 5.5
|
- name: Build for PHP 5.5
|
||||||
env:
|
env:
|
||||||
CC: clang
|
CC: clang
|
||||||
@@ -38,7 +41,8 @@ jobs:
|
|||||||
phpize
|
phpize
|
||||||
./configure
|
./configure
|
||||||
USE_OPENSSL=OFF make
|
USE_OPENSSL=OFF make
|
||||||
./dev-scripts/run_tests.sh
|
ldd modules/awscrt.so
|
||||||
|
# ./dev-scripts/run_tests.sh
|
||||||
|
|
||||||
php-linux-x64:
|
php-linux-x64:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user