Testing workflow
Some checks failed
Multi-Platform Release Build / build (false, linux/arm64, native) (push) Successful in 6m2s
Multi-Platform Release Build / build (true, build-essential gcc-mingw-w64-x86-64 g++-mingw-w64-x86-64, map[CARGO_TARGET_X86_64_PC_WINDOWS_GNU_LINKER:x86_64-w64-mingw32-gcc CC_x86_64_pc_windows_gnu:x86_64-w64-mingw32-gcc], linux/amd64, x86_64-pc-windows-gnu) (push) Successful in 12m26s
Multi-Platform Release Build / build (true, build-essential libssl-dev pkg-config gcc-x86_64-linux-gnu, map[OPENSSL_INCLUDE_DIR:/usr/include/openssl OPENSSL_LIB_DIR:/usr/lib/x86_64-linux-gnu OPENSSL_STATIC:1 PKG_CONFIG_ALLOW_CROSS:1 PKG_CONFIG_ALL_STATIC:1], linux/amd64, x86_64-unkn… (push) Failing after 5m50s
Multi-Platform Release Build / create-release (push) Has been skipped
Some checks failed
Multi-Platform Release Build / build (false, linux/arm64, native) (push) Successful in 6m2s
Multi-Platform Release Build / build (true, build-essential gcc-mingw-w64-x86-64 g++-mingw-w64-x86-64, map[CARGO_TARGET_X86_64_PC_WINDOWS_GNU_LINKER:x86_64-w64-mingw32-gcc CC_x86_64_pc_windows_gnu:x86_64-w64-mingw32-gcc], linux/amd64, x86_64-pc-windows-gnu) (push) Successful in 12m26s
Multi-Platform Release Build / build (true, build-essential libssl-dev pkg-config gcc-x86_64-linux-gnu, map[OPENSSL_INCLUDE_DIR:/usr/include/openssl OPENSSL_LIB_DIR:/usr/lib/x86_64-linux-gnu OPENSSL_STATIC:1 PKG_CONFIG_ALLOW_CROSS:1 PKG_CONFIG_ALL_STATIC:1], linux/amd64, x86_64-unkn… (push) Failing after 5m50s
Multi-Platform Release Build / create-release (push) Has been skipped
This commit is contained in:
parent
a31c7a4a3e
commit
7bb7a5a6b1
1 changed files with 5 additions and 3 deletions
|
|
@ -17,11 +17,13 @@ jobs:
|
||||||
- target: x86_64-unknown-linux-gnu
|
- target: x86_64-unknown-linux-gnu
|
||||||
cross: true
|
cross: true
|
||||||
platform: linux/amd64
|
platform: linux/amd64
|
||||||
deps: "build-essential libssl-dev pkg-config"
|
deps: "build-essential libssl-dev pkg-config gcc-x86_64-linux-gnu"
|
||||||
env:
|
env:
|
||||||
PKG_CONFIG_ALLOW_CROSS: "1"
|
PKG_CONFIG_ALLOW_CROSS: "1"
|
||||||
OPENSSL_DIR: /usr
|
OPENSSL_STATIC: "1"
|
||||||
PKG_CONFIG_PATH: "/usr/lib/pkgconfig:/usr/share/pkgconfig"
|
OPENSSL_LIB_DIR: "/usr/lib/x86_64-linux-gnu"
|
||||||
|
OPENSSL_INCLUDE_DIR: "/usr/include/openssl"
|
||||||
|
PKG_CONFIG_ALL_STATIC: "1"
|
||||||
|
|
||||||
- target: x86_64-pc-windows-gnu
|
- target: x86_64-pc-windows-gnu
|
||||||
cross: true
|
cross: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue