Skip to content

examples/cpp: disable flacky strawberry_fields_with_column_generation… #3678

examples/cpp: disable flacky strawberry_fields_with_column_generation…

examples/cpp: disable flacky strawberry_fields_with_column_generation… #3678

# ref: https://toolchains.bootlin.com/
name: aarch64 Toolchain
on:
push:
branches:
- ci
- main
- v99bugfix
workflow_dispatch:
concurrency:
group: ${{github.workflow}}-${{github.ref}}
cancel-in-progress: true
# Building using the github runner environement directly.
jobs:
aarch64:
strategy:
matrix:
targets: [aarch64, aarch64be]
fail-fast: false
name: Linux•Toolchain ${{matrix.targets}}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Build env stage
run: make --directory=cmake toolchain_${{matrix.targets}}_env
- name: Build devel stage
run: make --directory=cmake toolchain_${{matrix.targets}}_devel
- name: Build build stage
run: make --directory=cmake toolchain_${{matrix.targets}}_build
- name: Build Test stage
run: make --directory=cmake toolchain_${{matrix.targets}}_test