From a020d3bbeaa4024cd99d4b3cb128fe8ccdfc1ee1 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Fri, 27 Sep 2019 11:16:22 +0200 Subject: [PATCH] Enable ubsan stack trace printing on community job Try to do this using "variables" -- apparently these get uppercased and are made available as environment variables. --- azure/community_job.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure/community_job.yml b/azure/community_job.yml index 8a88b9db97..46cbdaded4 100644 --- a/azure/community_job.yml +++ b/azure/community_job.yml @@ -17,6 +17,8 @@ jobs: timeoutInMinutes: ${{ parameters.timeoutInMinutes }} pool: vmImage: 'ubuntu-latest' + variables: + ubsan_options: 'print_stacktrace=1' steps: - template: apt.yml - script: | -- 2.50.1