Skip to content

Commit

Permalink
Again
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Apr 16, 2024
1 parent bc7c9fd commit 0d0c10a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/firefox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@ jobs:
echo "neqo-qpack = { path = \"$GITHUB_WORKSPACE/neqo-qpack\" }"
echo "neqo-crypto = { path = \"$GITHUB_WORKSPACE/neqo-crypto\" }"
} >> Cargo.toml
sed -i'' -e 's/TOLERATED_DUPES = {/TOLERATED_DUPES = { "qlog":2,/' python/mozbuild/mozbuild/vendor/vendor_rust.py
{
echo '[[audits.qlog]]'
echo 'who = "CI"'
echo 'criteria = "safe-to-deploy"'
echo 'version = "0.13.0"'
} >> supply-chain/audits.toml
./mach vendor rust --ignore-modified || true
sed -i'' -e 's/qlog = "0.12"/qlog = "0.13"/' netwerk/socket/neqo_glue/Cargo.toml
./mach vendor rust --ignore-modified
- name: Build Firefox
run: |
Expand Down

0 comments on commit 0d0c10a

Please sign in to comment.