Skip to content

Try out CAP-0071 xdr with xdr ifdefs #473

Try out CAP-0071 xdr with xdr ifdefs

Try out CAP-0071 xdr with xdr ifdefs #473

Workflow file for this run

name: Quickstart
on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
cancel-in-progress: true
jobs:
build:
if: github.event.pull_request.head.repo.private == false
uses: stellar/quickstart/.github/workflows/build.yml@main
with:
images: |
[
{
"tag": "testing-with-pr",
"inherit": "testing",
"config": {
"horizon_skip_protocol_version_check": true
},
"deps": [
{ "name": "core", "repo": "${{ github.event.pull_request.head.repo.full_name }}", "ref": "${{ github.event.pull_request.head.sha }}", "options": { "configure_flags": "--disable-tests" } }
]
},
{
"tag": "nightly-with-pr",
"inherit": "nightly",
"config": {
"horizon_skip_protocol_version_check": true
},
"deps": [
{ "name": "core", "repo": "${{ github.event.pull_request.head.repo.full_name }}", "ref": "${{ github.event.pull_request.head.sha }}", "options": { "configure_flags": "--disable-tests" } }
]
},
{
"tag": "nightly-next-with-pr",
"inherit": "nightly-next",
"config": {
"horizon_skip_protocol_version_check": true
},
"deps": [
{ "name": "core", "repo": "${{ github.event.pull_request.head.repo.full_name }}", "ref": "${{ github.event.pull_request.head.sha }}", "options": { "configure_flags": "--disable-tests --enable-next-protocol-version-unsafe-for-production" } }
]
}
]
archs: '["amd64"]'