Skip to content

Commit

Permalink
workflows decreased parallel for GCC
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed Jun 12, 2024
1 parent a3facc7 commit 7129e81
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/linux-qt6-drivers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ jobs:
runs-on: [ self-hosted, linux ]

env:
TINY_PARALLEL_GCC: 4
# Don't use more than 3 cores, I also saw blue screen with zram :/
# Currenlty using 16G swap file to be safe
TINY_PARALLEL_GCC: 3
TINY_PARALLEL_CLANG: 8

strategy:
Expand Down

0 comments on commit 7129e81

Please sign in to comment.