mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
parent
21c8364af0
commit
da405bc2c0
|
@ -18,7 +18,7 @@ build:
|
||||||
rust-lang.org: '>=1.56'
|
rust-lang.org: '>=1.56'
|
||||||
rust-lang.org/cargo: '*'
|
rust-lang.org/cargo: '*'
|
||||||
cmake.org: ^3
|
cmake.org: ^3
|
||||||
perl.org: "*"
|
perl.org: '*'
|
||||||
gnu.org/automake: '*'
|
gnu.org/automake: '*'
|
||||||
gnu.org/autoconf: '*'
|
gnu.org/autoconf: '*'
|
||||||
linux:
|
linux:
|
||||||
|
@ -31,8 +31,7 @@ build:
|
||||||
LD: clang
|
LD: clang
|
||||||
# See: https://docs.rs/openssl/latest/openssl/#manual
|
# See: https://docs.rs/openssl/latest/openssl/#manual
|
||||||
OPENSSL_NO_VENDOR: true # Always find OpenSSL in the system, even if the vendored feature is enabled.
|
OPENSSL_NO_VENDOR: true # Always find OpenSSL in the system, even if the vendored feature is enabled.
|
||||||
OPENSSL_DIR: "{{ deps.openssl.org.prefix }}" # Use tea's openssl installation directory
|
OPENSSL_DIR: '{{ deps.openssl.org.prefix }}' # Use tea's openssl installation directory
|
||||||
linux/x86-64:
|
|
||||||
# Otherwise we get: error: unknown --compress-debug-sections value: zlib-gabi
|
# Otherwise we get: error: unknown --compress-debug-sections value: zlib-gabi
|
||||||
RUSTFLAGS: -C link-arg=-Wl,--compress-debug-sections=none
|
RUSTFLAGS: -C link-arg=-Wl,--compress-debug-sections=none
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue