We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38a21b1 commit 4880fbdCopy full SHA for 4880fbd
1 file changed
ci/test/build.py
@@ -119,7 +119,7 @@ def maybe_upload_debuginfo(
119
# profiling provider), but only if this is a tag build. Polar Signals is
120
# expensive, so we don't want to upload development or unstable builds
121
# that won't ever be profiled by Polar Signals.
122
- if is_tag_build:
+ if False:
123
print(f"Uploading debuginfo for {bin} to Polar Signals...")
124
spawn.runv(
125
[
0 commit comments