mirror of
https://github.com/awslabs/aws-crt-php.git
synced 2026-08-18 10:07:12 +00:00
Update flag
This commit is contained in:
@@ -42,7 +42,7 @@ jobs:
|
|||||||
CXX: clang++
|
CXX: clang++
|
||||||
run: |
|
run: |
|
||||||
phpize
|
phpize
|
||||||
./configure --cc-opt="-Wno-error"
|
./configure --cc="-Wno-error"
|
||||||
make
|
make
|
||||||
|
|
||||||
php-linux-x64:
|
php-linux-x64:
|
||||||
@@ -80,7 +80,7 @@ jobs:
|
|||||||
CXX: clang++
|
CXX: clang++
|
||||||
run: |
|
run: |
|
||||||
phpize
|
phpize
|
||||||
./configure --cc-opt="-Wno-error"
|
./configure --cc="-Wno-error"
|
||||||
make
|
make
|
||||||
make test
|
make test
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user