Skip to content

Commit

Permalink
fix(folly)
Browse files Browse the repository at this point in the history
well, they fixed the thing i worked around.

closes #8512
  • Loading branch information
jhheider committed Jan 27, 2025
1 parent d6d7907 commit 8e6b7a8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions projects/facebook.com/folly/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,6 @@ build:
fi
if: '>=2024.07<2024.07.15'
# alignment issue on linux/aarch64
- run: sed -i 's/kMallocAlign % hardware_destructive_interference_size == 0/kMallocAlign % hardware_destructive_interference_size == 128/' CacheLocality.cpp
if: linux/aarch64
working-directory: folly/concurrency

- cmake $ARGS -DBUILD_SHARED_LIBS=ON -S . -B shared
- cmake --build shared
- cmake --install shared
Expand Down

0 comments on commit 8e6b7a8

Please sign in to comment.