Validate commits from MPTCP Upstram `export` branch or new ones on top of it
50K+
This action is specific to MPTCP Upstream repo to validate the export branch
in mptcp_net-next repo.
The idea here is to validate the updated tree by building the kernel.
each_commitSet it to true to validate the compilation of each commit. Default: true.
ccache_maxsizeSet the maximum size for CCache in ${{ github.workspace }}/.ccache dir.
Default: 5G.
defconfigSet the defconfig to pick: x86_64 or i386. Default: x86_64.
ipv6Compile with or without IPv6 support. Default: with_ipv6.
mptcpCompile with or without MPTCP support. Default: with_mptcp.
checkpatchSet it to true to run checkpatch exclusively. Default: false.
debugSet it to true to add more debug (set -x). Default: false.
uses: multipath-tcp/mptcp-upstream-build-export-action@main
with:
each_commit: true
ccache_maxsize: 5G
defconfig: x86_64
ipv6: with_ipv6
mptcp: with_mptcp
checkpatch: false
debug: false
Content type
Image
Digest
sha256:d76a5b350…
Size
225.3 MB
Last updated
2 months ago
docker pull mptcp/mptcp-upstream-validate-export-action