mirror of
https://github.com/php/php-src.git
synced 2024-11-28 12:26:37 +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 }}
|
timeoutInMinutes: ${{ parameters.timeoutInMinutes }}
|
||||||
pool:
|
pool:
|
||||||
vmImage: 'ubuntu-latest'
|
vmImage: 'ubuntu-latest'
|
||||||
|
variables:
|
||||||
|
ubsan_options: 'print_stacktrace=1'
|
||||||
steps:
|
steps:
|
||||||
- template: apt.yml
|
- template: apt.yml
|
||||||
- script: |
|
- script: |
|
||||||
|
Loading…
Reference in New Issue
Block a user