Enable ubsan stack trace printing on community job
authorNikita Popov <nikita.ppv@gmail.com>
Fri, 27 Sep 2019 09:16:22 +0000 (11:16 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Fri, 27 Sep 2019 09:16:22 +0000 (11:16 +0200)
Try to do this using "variables" -- apparently these get uppercased
and are made available as environment variables.

azure/community_job.yml

index 8a88b9db971d6851628204fd30c38fe6fa40c3d4..46cbdaded42c16b46691c102e60196d96334da3d 100644 (file)
@@ -17,6 +17,8 @@ jobs:
     timeoutInMinutes: ${{ parameters.timeoutInMinutes }}
     pool:
       vmImage: 'ubuntu-latest'
+    variables:
+      ubsan_options: 'print_stacktrace=1'
     steps:
     - template: apt.yml
     - script: |