Skip to content

Commit

Permalink
CI: cargo builds without parallelism in VMs to avoid OOM
Browse files Browse the repository at this point in the history
  • Loading branch information
emarsden committed Nov 1, 2023
1 parent 0c130cf commit f306472
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/openbsdamd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:
# sudo pkg_add -U -I Bento4
# mp4decrypt || true
ls -la
cargo build --no-default-features --features fetch,rustls-tls,compression,scte35
cargo test --no-default-features --features fetch,rustls-tls,compression,scte35
cargo build --jobs 1 --no-default-features --features fetch,rustls-tls,compression,scte35
cargo test --jobs 1 --no-default-features --features fetch,rustls-tls,compression,scte35

0 comments on commit f306472

Please sign in to comment.