Backport version of the linux-dfl (Device Feature List) kernel driver for FPGA devices. This is an out-of-tree driver, designed to be built, packaged, and installed as a stand-alone set of driver modules.
GNU General Public License v2.0
3
stars
11
forks
source link
.github: workflows: do not cancel matrix jobs if any job fails #126
The default fail-fast strategy cancels all jobs in the matrix when any job fails, which unnecessarily complicates backporting. The matrix jobs usually all start in parallel, which means most resources for running each job, such as for pulling the container and cloning the repository, have already been consumed by the time any actual build step fails.
The default fail-fast strategy cancels all jobs in the matrix when any job fails, which unnecessarily complicates backporting. The matrix jobs usually all start in parallel, which means most resources for running each job, such as for pulling the container and cloning the repository, have already been consumed by the time any actual build step fails.
Link: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstrategyfail-fast