Skip to content

Commit

Permalink
try fewer threads
Browse files Browse the repository at this point in the history
  • Loading branch information
donsbot committed Jul 19, 2024
1 parent 9a94952 commit 6217cab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci-aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
- name: Setup build time flags
run: |
echo "MAKEFLAGS=-j$(nproc)" >> "$GITHUB_ENV"
echo "EXTRA_GHC_OPTS=-j2 +RTS -A128m -n2m -RTS" >> "$GITHUB_ENV"
- name: Setup Haskell
run: |
Expand Down Expand Up @@ -80,7 +79,7 @@ jobs:
liblzma-dev liblz4-dev libsnappy-dev libsodium-dev libssl-dev libunwind-dev libzstd-dev
- name: Fetch hsthrift and build folly, rocksdb
run: ./install_deps.sh --threads $(nproc)
run: ./install_deps.sh --threads 2

- name: Nuke build artifacts
run: rm -rf /tmp/fbcode_builder_getdeps-Z__wZGleanZGleanZhsthriftZbuildZfbcode_builder-root/
Expand Down

0 comments on commit 6217cab

Please sign in to comment.