6 lines
240 B
TOML
6 lines
240 B
TOML
[target.x86_64-unknown-linux-gnu]
|
|
# https://github.com/cross-rs/cross/issues/1689
|
|
pre-build = [
|
|
"apt-get update && apt-get install -y --no-install-recommends gcc-10 && update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-10 100"
|
|
]
|