Skip to content
Closed

[spam] #3725

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
23 changes: 23 additions & 0 deletions Cosmic.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"node18_support": {
"oldest_supported_ubuntu": "Cosmic",
"ubuntu_version": "18.10",
"status": "EOL"
},
"travis_ci_distros": {
"previous": "Bionic",
"previous_version": "18.04",
"next": "Focal",
"next_version": "20.04",
"note": "Travis CI does not provide Cosmic; jumps directly from Bionic to Focal."
},
"implications": {
"environment_gap": true,
"description": "Node 18 supports Cosmic as the oldest Ubuntu base, but Travis CI skips Cosmic, so builds run on newer distros than Node's minimal baseline.",
"potential_issues": [
"dependency mismatch",
"GLIBC or system library differences",
"unexpected build behavior"
]
}
}
Loading