Skip to content

Commit a020d3b

Browse files
committed
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.
1 parent b154c12 commit a020d3b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

azure/community_job.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
timeoutInMinutes: ${{ parameters.timeoutInMinutes }}
1818
pool:
1919
vmImage: 'ubuntu-latest'
20+
variables:
21+
ubsan_options: 'print_stacktrace=1'
2022
steps:
2123
- template: apt.yml
2224
- script: |

0 commit comments

Comments
 (0)