Skip to content

Commit

Permalink
WITH_TESTS=OFF
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx committed Dec 6, 2023
1 parent 7214590 commit 7ca9e11
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
- name: Configure
# Due to folly issue VCPKG_INSTALLED_DIR has to be outside of the project tree
# Folly build works with Ninja but does not work with MSBuild
run: cmake -B build -DWITH_TESTS=ON ^
run: cmake -B build -DWITH_TESTS=OFF ^
-DWITH_ASAN=${{ env.ASAN }} ^
-DTESTS_LOG_LEVEL=${{ env.LOG_LEVEL }} ^
-DCMAKE_TOOLCHAIN_FILE=${{ env.VCPKG_DIR}}/scripts/buildsystems/vcpkg.cmake ^
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ if(WITH_TESTS)
if(RB_W32)
message(STATUS "Building Ruby to support unit tests")
set(WITH_RUBY_BUILD ON)
def_ext_prj_t(RUBY "3.1.4" "e10127db691d7ff36402cfe88f418c8d025a3f1eea92044b162dd72f0b8c7b90")
def_ext_prj_t(RUBY "3.1.4" "a3d55879a0dfab1d7141fdf10d22a07dbf8e5cdc4415da1bde06127d5cc3c7b6")

string(SUBSTRING ${RUBY_VER} 0 3 RUBY_VER_BASE)

Expand Down
10 changes: 0 additions & 10 deletions xx.txt

This file was deleted.

0 comments on commit 7ca9e11

Please sign in to comment.