projects
/
php
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b154c12
)
Enable ubsan stack trace printing on community job
author
Nikita Popov
<nikita.ppv@gmail.com>
Fri, 27 Sep 2019 09:16:22 +0000
(11:16 +0200)
committer
Nikita 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
patch
|
blob
|
history
diff --git
a/azure/community_job.yml
b/azure/community_job.yml
index 8a88b9db971d6851628204fd30c38fe6fa40c3d4..46cbdaded42c16b46691c102e60196d96334da3d 100644
(file)
--- 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: |