mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-28 12:31:04 +00:00
gpu: NVRC static build
We had the proper config.toml configuration for static builds but were building the glibc target and not the musl target. Signed-off-by: Zvonko Kaiser <zkaiser@nvidia.com>
This commit is contained in:
parent
8784cebb84
commit
c3b2d69452
@ -49,8 +49,8 @@ setup_nvidia-nvrc() {
|
|||||||
|
|
||||||
pushd "${PROJECT}" > /dev/null || exit 1
|
pushd "${PROJECT}" > /dev/null || exit 1
|
||||||
|
|
||||||
cargo build --release --target="${machine_arch}"-unknown-linux-gnu
|
cargo build --release --target="${machine_arch}"-unknown-linux-musl
|
||||||
cp target/"${machine_arch}"-unknown-linux-gnu/release/NVRC ../../destdir/bin/.
|
cp target/"${machine_arch}"-unknown-linux-musl/release/NVRC ../../destdir/bin/.
|
||||||
|
|
||||||
popd > /dev/null || exit 1
|
popd > /dev/null || exit 1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user