File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed
docker/x86_64-unknown-netbsd Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ matrix:
4444 - { <<: *linuxstable, env: SKIP_TESTS=1 TARGET=arm-unknown-linux-gnueabihf }
4545 - { <<: *linuxalways, env: SKIP_TESTS=1 TARGET=armv7-unknown-linux-gnueabihf }
4646 - { <<: *linuxstable, env: SKIP_TESTS=1 TARGET=x86_64-unknown-freebsd }
47+ - { <<: *linuxstable, env: SKIP_TESTS=1 TARGET=x86_64-unknown-netbsd }
4748 - { <<: *linuxstable, env: SKIP_TESTS=1 TARGET=powerpc-unknown-linux-gnu }
4849 - { <<: *linuxmaster, env: SKIP_TESTS=1 TARGET=powerpc64-unknown-linux-gnu }
4950 - { <<: *linuxstable, env: SKIP_TESTS=1 TARGET=powerpc64le-unknown-linux-gnu }
Original file line number Diff line number Diff line change 1+ FROM rust-x86_64-unknown-netbsd
2+
3+ ENV CARGO_TARGET_X86_64_UNKNOWN_NETBSD_LINKER=x86_64--netbsd-gcc-sysroot
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ case "$TARGET" in
3131 s390x-unknown-linux-gnu) image=dist-s390x-linux ;;
3232 x86_64-unknown-freebsd) image=dist-x86_64-freebsd ;;
3333 x86_64-unknown-linux-gnu) image=dist-x86_64-linux ;;
34+ x86_64-unknown-netbsd) image=dist-x86_64-netbsd ;;
3435 * ) exit ;;
3536esac
3637
You can’t perform that action at this time.
0 commit comments