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 aba8879 commit 307856c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/firefox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,11 @@ jobs:
} >> Cargo.toml
sed -i'' -e 's/TOLERATED_DUPES = {/TOLERATED_DUPES = { "qlog":2,/' python/mozbuild/mozbuild/vendor/vendor_rust.py
{
echo '[[exemptions.qlog]]'
echo 'version = "0.13.0"'
echo '[[audits.qlog]]'
echo 'who = "CI"'
echo 'criteria = "safe-to-deploy"'
} >> supply-chain/config.toml
echo 'version = "0.13.0"'
} >> supply-chain/audits.toml
./mach vendor rust --ignore-modified
- name: Build Firefox
Expand Down

0 comments on commit 307856c

Please sign in to comment.