mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02: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
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,8 @@ jobs:
|
|||
timeoutInMinutes: ${{ parameters.timeoutInMinutes }}
|
||||
pool:
|
||||
vmImage: 'ubuntu-latest'
|
||||
variables:
|
||||
ubsan_options: 'print_stacktrace=1'
|
||||
steps:
|
||||
- template: apt.yml
|
||||
- script: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue