mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 10:32:57 +01:00
ci fixes
This commit is contained in:
parent
e46bcb253c
commit
0c2d297e87
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -52,9 +52,9 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
- run: >-
|
||||
sudo apt-get update &&
|
||||
sudo apt-get install crossbuild-essential-armhf libssl-dev:armhf
|
||||
sudo apt-get install crossbuild-essential-armhf
|
||||
- run: >-
|
||||
./configure --config=ARM-Linux --everything --omit=PDF,Data/MySQL,Data/ODBC,Data/PostgreSQL &&
|
||||
./configure --config=ARM-Linux --everything --omit=PDF,Crypto,NetSSL_OpenSSL,JWT,Data/MySQL,Data/ODBC,Data/PostgreSQL &&
|
||||
make all -s -j4 ARCHFLAGS="-mcpu=cortex-a8 -mfloat-abi=hard -mfpu=neon" TOOL=arm-linux-gnueabihf
|
||||
|
||||
macos-clang-make:
|
||||
|
Loading…
Reference in New Issue
Block a user