| create { | |
| platform_re: "linux-amd64" | |
| source { | |
| git { | |
| repo: "https://linux.googlesource.com/linux/kernel/git/torvalds/linux" | |
| tag_pattern: "v%s" | |
| version_restriction: { | |
| op: EQ | |
| val: "6.19-rc7" | |
| } | |
| } | |
| patch_version: "2" | |
| } | |
| build { | |
| external_dep: "fuchsia/third_party/flex/${platform}@2.6.4" | |
| # Linux 6.19 requires at least make 4.0 | |
| external_tool: "fuchsia/third_party/make/${platform}@version:4.3" | |
| } | |
| verify { | |
| test: "verify.sh" | |
| } | |
| } | |
| upload { | |
| pkg_prefix: "sestarnix" | |
| } |