Skip to content

Commit 3e86251

Browse files
committed
azure: enable GSS on macOS builds
1 parent dbc17a7 commit 3e86251

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
TMPDIR: $(Agent.TempDirectory)
8080
PKG_CONFIG_PATH: /usr/local/opt/openssl/lib/pkgconfig
8181
CMAKE_GENERATOR: Ninja
82-
CMAKE_OPTIONS: -DREGEX_BACKEND=regcomp_l -DDEPRECATE_HARD=ON -DUSE_LEAK_CHECKER=leaks
82+
CMAKE_OPTIONS: -DREGEX_BACKEND=regcomp_l -DDEPRECATE_HARD=ON -DUSE_LEAK_CHECKER=leaks -DUSE_GSSAPI=ON
8383
SKIP_SSH_TESTS: true
8484

8585
- job: windows_vs_amd64

azure-pipelines/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
TMPDIR: $(Agent.TempDirectory)
8080
PKG_CONFIG_PATH: /usr/local/opt/openssl/lib/pkgconfig
8181
CMAKE_GENERATOR: Ninja
82-
CMAKE_OPTIONS: -DREGEX_BACKEND=regcomp_l -DDEPRECATE_HARD=ON -DUSE_LEAK_CHECKER=leaks
82+
CMAKE_OPTIONS: -DREGEX_BACKEND=regcomp_l -DDEPRECATE_HARD=ON -DUSE_LEAK_CHECKER=leaks -DUSE_GSSAPI=ON
8383
RUN_INVASIVE_TESTS: true
8484
SKIP_SSH_TESTS: true
8585

0 commit comments

Comments
 (0)