Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
11 changes: 3 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ jobs:
rust: stable
os: ubuntu-latest
apt_packages: gcc-multilib g++-multilib
extra_test_args: --workspace --exclude compio-boring2
- thing: arm-linux
target: arm-unknown-linux-gnueabi
rust: stable
Expand All @@ -161,7 +160,6 @@ jobs:
CC_arm-unknown-linux-gnueabi: arm-linux-gnueabi-gcc
CXX_arm-unknown-linux-gnueabi: arm-linux-gnueabi-g++
CARGO_TARGET_ARM_UNKNOWN_LINUX_GNUEABI_LINKER: arm-linux-gnueabi-g++
extra_test_args: --workspace --exclude compio-boring2
- thing: aarch64-linux
target: aarch64-unknown-linux-gnu
rust: stable
Expand Down Expand Up @@ -193,19 +191,19 @@ jobs:
CPLUS_INCLUDE_PATH: "C:\\msys64\\usr\\include"
LIBRARY_PATH: "C:\\msys64\\usr\\lib"
# CI's Windows doesn't have required root certs
extra_test_args: --workspace --exclude tokio-boring2 --exclude compio-boring2
extra_test_args: --workspace --exclude tokio-boring2
- thing: i686-msvc
target: i686-pc-windows-msvc
rust: stable-x86_64-msvc
os: windows-latest
# CI's Windows doesn't have required root certs
extra_test_args: --workspace --exclude tokio-boring2 --exclude compio-boring2
extra_test_args: --workspace --exclude tokio-boring2
- thing: x86_64-msvc
target: x86_64-pc-windows-msvc
rust: stable-x86_64-msvc
os: windows-latest
# CI's Windows doesn't have required root certs
extra_test_args: --workspace --exclude tokio-boring2 --exclude compio-boring2
extra_test_args: --workspace --exclude tokio-boring2

steps:
- uses: actions/checkout@v6
Expand Down Expand Up @@ -328,9 +326,6 @@ jobs:
echo "=== Publishing tokio-boring2... ==="
(cd tokio-boring && cargo publish)
sleep 10
echo "=== Publishing compio-boring2... ==="
(cd compio-boring && cargo publish)
sleep 10
echo "=== Publishing quinn-boring2... ==="
(cd quinn-boring && cargo publish)

Expand Down
2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ members = [
"boring",
"boring-sys",
"tokio-boring",
"compio-boring",
"quinn-boring",
]
resolver = "2"
Expand All @@ -23,7 +22,6 @@ publish = false
boring-sys = { package = "boring-sys2", version = "5.0.0-alpha.10", path = "./boring-sys" }
boring = { package = "boring2", version = "5.0.0-alpha.10", path = "./boring" }
tokio-boring = { package = "tokio-boring2", version = "5.0.0-alpha.10", path = "./tokio-boring" }
compio-boring = { package = "compio-boring2", version = "5.0.0-alpha.10", path = "./compio-boring" }
Comment thread
0x676e67 marked this conversation as resolved.

bindgen = { version = "0.72.0", default-features = false, features = ["runtime"] }
bitflags = "2.9"
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ BoringSSL bindings for the Rust programming language and TLS adapters for [tokio
## Documentation
- Boring API: <https://docs.rs/boring2>
- tokio TLS adapters: <https://docs.rs/tokio-boring2>
- compio TLS adapters: <https://docs.rs/compio-boring2>
- FFI bindings: <https://docs.rs/boring-sys2>

## Contribution
Expand Down
34 changes: 0 additions & 34 deletions compio-boring/Cargo.toml

This file was deleted.

202 changes: 0 additions & 202 deletions compio-boring/LICENSE-APACHE

This file was deleted.

27 changes: 0 additions & 27 deletions compio-boring/LICENSE-MIT

This file was deleted.

Loading
Loading