Skip to content

Commit

Permalink
try fewer threads (#462)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: #462

Reviewed By: simonmar

Differential Revision: D59995416

Pulled By: donsbot

fbshipit-source-id: 5b26911b824e3468a42ed26cfdefdda14e0c0b4c
  • Loading branch information
donsbot authored and facebook-github-bot committed Jul 20, 2024
1 parent 3770aaa commit 94046a9
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 94046a9

Please # to comment.