Skip to content

Commit

Permalink
do glue
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Oct 9, 2024
1 parent 01b7cf4 commit a73be12
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/neqo_glue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,16 @@ jobs:
minimum-version: ${{ steps.nss-version.outputs.minimum }}

- run: |
cd gecko-dev/netwerk/socket/neqo_glue
{
echo '[patch."https://github.com/mozilla/neqo"]'
echo 'neqo-http3 = { path = "../../../neqo-http3" }'
echo 'neqo-transport = { path = "../../../neqo-transport" }'
echo 'neqo-common = { path = "../../../neqo-common" }'
echo 'neqo-qpack = { path = "../../../neqo-qpack" }'
echo 'neqo-crypto = { path = "../../../neqo-crypto" }'
} >> gecko-dev/netwerk/socket/neqo_glue/Cargo.toml
- run: cargo hack clippy --all-targets --feature-powerset --exclude-features gecko -- -D warnings
- run: cargo doc --workspace --no-deps --document-private-items
} >> Cargo.toml
cargo hack clippy --all-targets --feature-powerset --exclude-features gecko -- -D warnings
cargo doc --workspace --no-deps --document-private-items
env:
RUSTDOCFLAGS: "--deny rustdoc::broken_intra_doc_links --deny warnings"

0 comments on commit a73be12

Please sign in to comment.