Skip to content

Commit

Permalink
Merge pull request #3 from giangndm/quic
Browse files Browse the repository at this point in the history
quic transport
  • Loading branch information
giangndm authored Dec 18, 2023
2 parents 8a460af + 6fdd2a9 commit 53226fc
Show file tree
Hide file tree
Showing 17 changed files with 893 additions and 211 deletions.
48 changes: 24 additions & 24 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:
- linux musl aarch64
- linux gnueabihf arm
- linux gnueabihf armv7
- linux gnu mips
- linux gnuabi64 mips64
- linux gnuabi64 mips64el
- linux gnu mipsel
# - linux gnu mips
# - linux gnuabi64 mips64
# - linux gnuabi64 mips64el
# - linux gnu mipsel
- macos x64
- macos aarch64
include:
Expand Down Expand Up @@ -72,26 +72,26 @@ jobs:
rust: stable
target: armv7-unknown-linux-gnueabihf
cross: true
- build: linux gnu mips
os: ubuntu-latest
rust: 1.71.1
target: mips-unknown-linux-gnu
cross: true
- build: linux gnuabi64 mips64
os: ubuntu-latest
rust: 1.71.1
target: mips64-unknown-linux-gnuabi64
cross: true
- build: linux gnuabi64 mips64el
os: ubuntu-latest
rust: 1.71.1
target: mips64el-unknown-linux-gnuabi64
cross: true
- build: linux gnu mipsel
os: ubuntu-latest
rust: 1.71.1
target: mipsel-unknown-linux-gnu
cross: true
# - build: linux gnu mips
# os: ubuntu-latest
# rust: 1.71.1
# target: mips-unknown-linux-gnu
# cross: true
# - build: linux gnuabi64 mips64
# os: ubuntu-latest
# rust: 1.71.1
# target: mips64-unknown-linux-gnuabi64
# cross: true
# - build: linux gnuabi64 mips64el
# os: ubuntu-latest
# rust: 1.71.1
# target: mips64el-unknown-linux-gnuabi64
# cross: true
# - build: linux gnu mipsel
# os: ubuntu-latest
# rust: 1.71.1
# target: mipsel-unknown-linux-gnu
# cross: true
- build: linux musl aarch64
os: ubuntu-latest
rust: stable
Expand Down
Loading

0 comments on commit 53226fc

Please sign in to comment.