Skip to content

Updated Fedora node from 34 to 35 #44

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[Swift Community-Hosted CI](https://ci-external.swift.org) is an extension of Swift CI that allows the community to add additional platforms. Community members can volunteer to host new platforms and they are responsible for maintaining the host nodes. The maintainer will provide a build preset which will be periodically built on the node. This allows the Swift community to see the impact of changes on a greater range of platforms.

## Current List of Nodes
* Fedora 33
* Fedora 35
* Fedora Rawhide
* ARMv7 for Debian "Stretch"
* Ubuntu 16.04
Expand Down
4 changes: 2 additions & 2 deletions nodes/x86_64_fedora_34.json → nodes/x86_64_fedora_35.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
},
"node": {
"platform": "x86_64",
"os_version": "Fedora 34"
"os_version": "Fedora 35"
},
"jobs": [
{
"display_name": "Swift - Fedora 34 Linux x86_64 (main)",
"display_name": "Swift - Fedora 35 Linux x86_64 (main)",
"branch": "main",
"preset": "buildbot_linux,no_test"
}
Expand Down