From 47c10024b26324c71e6025578f38078ae42e486a Mon Sep 17 00:00:00 2001 From: Simonas Kazlauskas Date: Sun, 5 Apr 2020 01:10:43 +0300 Subject: [PATCH] Add redox and fuchsia --- .github/workflows/libloading.yml | 7 ++++--- build.rs | 2 ++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/libloading.yml b/.github/workflows/libloading.yml index 8ddd240..abb35d7 100644 --- a/.github/workflows/libloading.yml +++ b/.github/workflows/libloading.yml @@ -98,12 +98,13 @@ jobs: matrix: rust_target: # BSDs: could be tested with full system emulation - - x86_64-unknown-dragonfly - - x86_64-unknown-freebsd + # - x86_64-unknown-dragonfly + # - x86_64-unknown-freebsd - x86_64-unknown-haiku - - x86_64-unknown-netbsd + # - x86_64-unknown-netbsd - x86_64-unknown-openbsd - x86_64-unknown-redox + - x86_64-fuchsia timeout-minutes: 10 steps: - uses: actions/checkout@v2 diff --git a/build.rs b/build.rs index d3f2ab5..fc655de 100644 --- a/build.rs +++ b/build.rs @@ -35,6 +35,8 @@ fn link_libraries(target_os: &str) { "openbsd" | "bitrig" | "netbsd" | "macos" | "ios" => {} "solaris" => {} "haiku" => {} + "redox" => {} + "fuchsia" => {} // dependencies come with winapi "windows" => {} tos => {