mirror of
https://github.com/php/php-src.git
synced 2024-11-28 04:14:26 +08:00
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.
This commit is contained in:
parent
b154c12cc9
commit
a020d3bbea
@ -17,6 +17,8 @@ jobs:
|
||||
timeoutInMinutes: ${{ parameters.timeoutInMinutes }}
|
||||
pool:
|
||||
vmImage: 'ubuntu-latest'
|
||||
variables:
|
||||
ubsan_options: 'print_stacktrace=1'
|
||||
steps:
|
||||
- template: apt.yml
|
||||
- script: |
|
||||
|
Loading…
Reference in New Issue
Block a user