388941cd8a
We update our base image to Ubuntu 18.04, and update all of our dependencies to the latest released versions. This includes: - gcc-multilib-arm-linux-gnueabihf (latest distro version) - mdbook 0.2.1 (0.2.3 is out, but there's no binary build) - OpenSSL 1.1.1b - libpq 11.2
7 lines
171 B
TOML
7 lines
171 B
TOML
[build]
|
|
# Target musl-libc by default when running Cargo.
|
|
target = "x86_64-unknown-linux-musl"
|
|
|
|
[target.armv7-unknown-linux-musleabihf]
|
|
linker = "arm-linux-gnueabihf-gcc"
|