mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-01-09 08:21:17 +01:00
update openssl test
update openssl test Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
parent
6dfe36da6d
commit
41980977c1
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -315,7 +315,7 @@ jobs:
|
|||||||
stockfish: "yes",
|
stockfish: "yes",
|
||||||
stockfish_arg: "ARCH=x86-64-modern",
|
stockfish_arg: "ARCH=x86-64-modern",
|
||||||
openssl: "yes",
|
openssl: "yes",
|
||||||
openssl_arg: "",
|
openssl_arg: "linux-x86_64",
|
||||||
}
|
}
|
||||||
- {
|
- {
|
||||||
image: "manylinux2014-aarch64",
|
image: "manylinux2014-aarch64",
|
||||||
@ -360,7 +360,7 @@ jobs:
|
|||||||
cd openssl
|
cd openssl
|
||||||
git checkout openssl-3.0.0-beta2
|
git checkout openssl-3.0.0-beta2
|
||||||
./Configure ${{ matrix.arch_name.openssl_arg }}
|
./Configure ${{ matrix.arch_name.openssl_arg }}
|
||||||
./../../tools/dockcross-make-builder.sh ${{ matrix.arch_name.image }}
|
./../../tools/dockcross-make-builder.sh ${{ matrix.arch_name.image }} -j2
|
||||||
- name: deploy
|
- name: deploy
|
||||||
if: github.ref == 'refs/heads/master'
|
if: github.ref == 'refs/heads/master'
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user