Skip to content
Next Next commit
Add aarch64_ubuntu_22_04_android.json and x86_64_ubuntu_22_04_android…
….json
  • Loading branch information
marcprux committed Nov 4, 2024
commit f01e508ae79e83e81f738d5a9dcd1451d4eed2cd
18 changes: 18 additions & 0 deletions nodes/aarch64_ubuntu_22_04_android.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"contact": {
"name": "Marc Prud'hommeaux",
"email": "swiftci@skip.tools",
"company": "Skip.tools"
},
"node": {
"platform": "Android aarch64",
"os_version": "Ubuntu 22.04"
},
"jobs": [
{
"display_name": "Swift - Android (arm64) (Tools RA, Stdlib RD) (main)",
"branch": "main",
"preset": "buildbot_linux_crosscompile_android,tools=RA,stdlib=RD,build,aarch64"
}
]
}
18 changes: 18 additions & 0 deletions nodes/x86_64_ubuntu_22_04_android.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"contact": {
"name": "Marc Prud'hommeaux",
"email": "swiftci@skip.tools",
"company": "Skip.tools"
},
"node": {
"platform": "Android x86_64",
"os_version": "Ubuntu 22.04"
},
"jobs": [
{
"display_name": "Swift - Android (Tools RA, Stdlib RD) (main)",
"branch": "main",
"preset": "buildbot_linux_crosscompile_android,tools=RA,stdlib=RD,build"
}
]
}