From e0d7b536554a19006d477398f1363abea9ab012c Mon Sep 17 00:00:00 2001 From: arvidn Date: Wed, 15 Nov 2023 20:53:19 +0100 Subject: [PATCH] enable IOCP again --- .github/workflows/windows.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 3cd0f584d02..dd6bff2aaa3 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -113,7 +113,7 @@ jobs: echo %BOOST_ROOT% echo %PATH% cd simulation - b2 --hash release address-model=64 link=static debug-iterators=off invariant-checks=on define=BOOST_ASIO_DISABLE_IOCP asserts=on testing.execute=off + b2 --hash release address-model=64 link=static debug-iterators=off invariant-checks=on asserts=on testing.execute=off - name: run sims uses: nick-fields/retry@v2 @@ -122,7 +122,7 @@ jobs: timeout_minutes: 120 command: | cd simulation - b2 --hash -l700 release address-model=64 link=static debug-iterators=off invariant-checks=on define=BOOST_ASIO_DISABLE_IOCP asserts=on + b2 --hash -l700 release address-model=64 link=static debug-iterators=off invariant-checks=on asserts=on build: name: Build