Skip to content

Commit 2dbac07

Browse files
Enable debug information
1 parent 0f6dd20 commit 2dbac07

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

src/ci/azure-pipelines/try.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ variables:
66
- group: prod-credentials
77

88
jobs:
9-
- job: Linux
10-
timeoutInMinutes: 600
11-
pool:
12-
vmImage: ubuntu-16.04
13-
steps:
14-
- template: steps/run.yml
15-
strategy:
16-
matrix:
17-
dist-x86_64-linux: {}
18-
dist-x86_64-linux-alt:
19-
IMAGE: dist-x86_64-linux
9+
# - job: Linux
10+
# timeoutInMinutes: 600
11+
# pool:
12+
# vmImage: ubuntu-16.04
13+
# steps:
14+
# - template: steps/run.yml
15+
# strategy:
16+
# matrix:
17+
# dist-x86_64-linux: {}
18+
# dist-x86_64-linux-alt:
19+
# IMAGE: dist-x86_64-linux
2020

2121
# The macOS and Windows builds here are currently disabled due to them not being
2222
# overly necessary on `try` builds. We also don't actually have anything that
@@ -62,7 +62,7 @@ jobs:
6262
SCRIPT: make ci-mingw-subset-2
6363
CUSTOM_MINGW: 1
6464
dist-i686-mingw:
65-
RUST_CONFIGURE_ARGS: --build=i686-pc-windows-gnu --enable-full-tools --enable-profiler
65+
RUST_CONFIGURE_ARGS: --build=i686-pc-windows-gnu --enable-debug-assertions --enable-optimize --debuginfo-level=1
6666
SCRIPT: python x.py dist
6767
CUSTOM_MINGW: 1
68-
DIST_REQUIRE_ALL_TOOLS: 1
68+
N_DIST_REQUIRE_ALL_TOOLS: 1

0 commit comments

Comments
 (0)