Skip to content

Commit

Permalink
Disable Chat AI builds in CI
Browse files Browse the repository at this point in the history
Signed-off-by: Eran Ifrah <[email protected]>
  • Loading branch information
eranif committed Jan 29, 2025
1 parent b198a28 commit 6feab20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/msys2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
run: |
mkdir build-release
cd build-release
MSYS2_BASE=/d/a/_temp/msys64 PATH="$HOME/root/bin:$PATH" cmake .. -G"MinGW Makefiles" -DCMAKE_BUILD_TYPE=Release -DWXWIN="$HOME/root" -Wno-dev -DWITH_CHATAI=1 -DBUILD_TESTING=0
MSYS2_BASE=/d/a/_temp/msys64 PATH="$HOME/root/bin:$PATH" cmake .. -G"MinGW Makefiles" -DCMAKE_BUILD_TYPE=Release -DWXWIN="$HOME/root" -Wno-dev -DBUILD_TESTING=0
PATH="$HOME/root/bin:$PATH" mingw32-make -j$(nproc) install
PATH="$HOME/root/bin:$PATH" mingw32-make -j$(nproc) setup
# ctest --output-on-failure # Missing dll near test executables
Expand Down

0 comments on commit 6feab20

Please sign in to comment.