Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Activate networking tests again #733

Merged
merged 1 commit into from
Oct 24, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 1 addition & 49 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -279,8 +279,6 @@ jobs:
os: windows-latest
cross: skip
auto_splitting: skip
networking: skip
# Networking fails due to some linking error regarding -lntdll
install_target: true

- label: Windows x86_64 gnu
Expand Down Expand Up @@ -386,9 +384,6 @@ jobs:
- label: Linux mips musl
target: mips-unknown-linux-musl
auto_splitting: skip
networking: skip
# FIXME: Networking Tests fail due to missing OpenSSL
# https://github.com/LiveSplit/livesplit-core/issues/308
dylib: skip
# FIXME: The mips targets currently miscompile:
# https://github.com/rust-lang/rust/issues/116177
Expand All @@ -397,9 +392,6 @@ jobs:
- label: Linux mips64 musl
target: mips64-unknown-linux-muslabi64
auto_splitting: skip
networking: skip
# FIXME: Networking Tests fail due to missing OpenSSL
# https://github.com/LiveSplit/livesplit-core/issues/308
dylib: skip
# FIXME: The mips targets currently miscompile:
# https://github.com/rust-lang/rust/issues/116177
Expand All @@ -408,9 +400,6 @@ jobs:
- label: Linux mipsel musl
target: mipsel-unknown-linux-musl
auto_splitting: skip
networking: skip
# FIXME: Networking Tests fail due to missing OpenSSL
# https://github.com/LiveSplit/livesplit-core/issues/308
dylib: skip
# FIXME: The mips targets currently miscompile:
# https://github.com/rust-lang/rust/issues/116177
Expand All @@ -419,9 +408,6 @@ jobs:
- label: Linux mips64el musl
target: mips64el-unknown-linux-muslabi64
auto_splitting: skip
networking: skip
# FIXME: Networking Tests fail due to missing OpenSSL
# https://github.com/LiveSplit/livesplit-core/issues/308
dylib: skip
# FIXME: The mips targets currently miscompile:
# https://github.com/rust-lang/rust/issues/116177
Expand All @@ -430,35 +416,20 @@ jobs:
- label: Linux powerpc
target: powerpc-unknown-linux-gnu
auto_splitting: skip
networking: skip
# FIXME: Networking Tests fail due to missing OpenSSL
# https://github.com/LiveSplit/livesplit-core/issues/308

- label: Linux powerpc64
target: powerpc64-unknown-linux-gnu
auto_splitting: skip
networking: skip
# FIXME: Networking Tests fail due to missing OpenSSL
# https://github.com/LiveSplit/livesplit-core/issues/308

- label: Linux powerpc64le
target: powerpc64le-unknown-linux-gnu
auto_splitting: skip
networking: skip
# FIXME: Networking Tests fail due to missing OpenSSL
# https://github.com/LiveSplit/livesplit-core/issues/308

- label: Linux riscv64gc
target: riscv64gc-unknown-linux-gnu
networking: skip
# FIXME: Networking Tests fail due to missing OpenSSL
# https://github.com/LiveSplit/livesplit-core/issues/308

- label: Linux s390x
target: s390x-unknown-linux-gnu
networking: skip
# FIXME: Networking Tests fail due to missing OpenSSL
# https://github.com/LiveSplit/livesplit-core/issues/308
software_rendering: skip
# FIXME: Somehow the rendering is messed up on s390x. I didn't look
# into what the problem is. Might be inaccurate floating point on
Expand All @@ -467,9 +438,8 @@ jobs:
- label: Linux sparc64
target: sparc64-unknown-linux-gnu
auto_splitting: skip
# FIXME: rustls currently does not support sparc64.
networking: skip
# FIXME: Networking Tests fail due to missing OpenSSL
# https://github.com/LiveSplit/livesplit-core/issues/308

# macOS
- label: macOS aarch64
Expand Down Expand Up @@ -507,44 +477,26 @@ jobs:
- label: Android i686
target: i686-linux-android
auto_splitting: skip
networking: skip
# FIXME: The splits-io-api could probably use rustls instead of OpenSSL here
# https://github.com/LiveSplit/livesplit-core/issues/308

- label: Android x86_64
target: x86_64-linux-android
auto_splitting: skip
networking: skip
# FIXME: The splits-io-api could probably use rustls instead of OpenSSL here
# https://github.com/LiveSplit/livesplit-core/issues/308

- label: Android arm
target: arm-linux-androideabi
auto_splitting: skip
networking: skip
# FIXME: The splits-io-api could probably use rustls instead of OpenSSL here
# https://github.com/LiveSplit/livesplit-core/issues/308

- label: Android armv7
target: armv7-linux-androideabi
auto_splitting: skip
networking: skip
# FIXME: The splits-io-api could probably use rustls instead of OpenSSL here
# https://github.com/LiveSplit/livesplit-core/issues/308

- label: Android thumbv7neon
target: thumbv7neon-linux-androideabi
auto_splitting: skip
networking: skip
# FIXME: The splits-io-api could probably use rustls instead of OpenSSL here
# https://github.com/LiveSplit/livesplit-core/issues/308

- label: Android aarch64
target: aarch64-linux-android
auto_splitting: skip
networking: skip
# FIXME: The splits-io-api could probably use rustls instead of OpenSSL here
# https://github.com/LiveSplit/livesplit-core/issues/308

# Other Unixes
- label: FreeBSD i686
Expand Down
Loading