Skip to content

Commit 1db5f78

Browse files
committed
Disable debug shared ptr again (CI works, but has timeouts)
1 parent 95880ba commit 1db5f78

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build-and-test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ jobs:
4444
env:
4545
ASAN_OPTIONS: ${{ matrix.config.asan }}
4646
AUTOTOOLS: ${{ matrix.config.autotools }}
47-
EXTRA_CFLAGS: ${{ matrix.config.cflags }} -DDEBUG_SHARED_PTR
48-
EXTRA_CXXFLAGS: ${{ matrix.config.cflags }} -DDEBUG_SHARED_PTR
47+
EXTRA_CFLAGS: ${{ matrix.config.cflags }}
48+
EXTRA_CXXFLAGS: ${{ matrix.config.cflags }}
4949
EXTRA_LDFLAGS: ${{ matrix.config.cflags }}
5050
SASS_LIBSASS_PATH: libsass
5151
COVERAGE: no
@@ -178,7 +178,7 @@ jobs:
178178
- name: Clone and checkout sass-spec repository
179179
run: git clone https://github.com/mgreter/sass-spec.git --branch refactor/libsass-4-alpha
180180
- name: Compile libsass ${{ matrix.config.build }} build for ${{ matrix.config.platform }}
181-
run: msbuild /m:4 /p:Configuration=${{ matrix.config.build }} /p:Platform=${{ matrix.config.platform }} /p:DefineConstants="DEBUG_SHARED_PTR" sassc\win\sassc.sln
181+
run: msbuild /m:4 /p:Configuration=${{ matrix.config.build }} /p:Platform=${{ matrix.config.platform }} sassc\win\sassc.sln
182182
- name: Check sassc help call
183183
run: sassc\bin\sassc.exe --term-colors --help
184184
- name: Execute spec test runner
@@ -200,8 +200,8 @@ jobs:
200200

201201
env:
202202
ASAN_OPTIONS: ${{ matrix.config.asan }}
203-
EXTRA_CFLAGS: ${{ matrix.config.cflags }} -DDEBUG_SHARED_PTR
204-
EXTRA_CXXFLAGS: ${{ matrix.config.cflags }} -DDEBUG_SHARED_PTR
203+
EXTRA_CFLAGS: ${{ matrix.config.cflags }}
204+
EXTRA_CXXFLAGS: ${{ matrix.config.cflags }}
205205
SASS_LIBSASS_PATH: libsass
206206
COVERAGE: no
207207

0 commit comments

Comments
 (0)