Skip to content

Commit

Permalink
💚 jemalloc needs to be installed manually on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
wlambooy committed Jan 23, 2025
1 parent 71ab0ed commit e2833fb
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,16 +87,6 @@ jobs:
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

- name: Clone vcpkg
run: |
git clone https://github.com/microsoft/vcpkg.git
cd vcpkg
./bootstrap-vcpkg.bat
- name: Install jemalloc (via vcpkg)
run: |
vcpkg install jemalloc
# Build and test pipeline for Debug mode

- name: Create Build Environment (Debug)
Expand Down Expand Up @@ -135,10 +125,8 @@ jobs:
run: >
cmake ${{github.workspace}} -G "${{matrix.env}}" -A x64 -T ${{matrix.toolset}}
-DCMAKE_BUILD_TYPE=Release
-DCMAKE_TOOLCHAIN_FILE="${{ github.workspace }}/vcpkg/scripts/buildsystems/vcpkg.cmake"
-DFICTION_ENABLE_UNITY_BUILD=ON
-DFICTION_ENABLE_PCH=ON
-DFICTION_ENABLE_JEMALLOC=ON
-DFICTION_CLI=ON
-DFICTION_TEST=ON
-DFICTION_BENCHMARK=OFF
Expand Down

0 comments on commit e2833fb

Please sign in to comment.