mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[PR #1779] [MERGED] Excluded ubuntu 16.04 from the CI build execution environment #2165
Labels
No labels
bug
bug
dataloss
duplicate
enhancement
feature request
help wanted
invalid
need info
performance
pull-request
question
question
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/s3fs-fuse#2165
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/1779
Author: @ggtakec
Created: 10/14/2021
Status: ✅ Merged
Merged: 10/14/2021
Merged by: @gaul
Base:
master← Head:fix_ci📝 Commits (1)
b267461Excluded ubuntu 16.04 from the CI build execution environment📊 Changes
1 file changed (+0 additions, -1 deletions)
View changed files
📝
.github/workflows/ci.yml(+0 -1)📄 Description
Relevant Issue (if applicable)
#1774
Details
Ubuntu 16.04 was out of LTS support in April 2021.
Also, it is an environment where python3.6 cannot be installed by default.
Support for Github Actions will be coming to an end, as follows:
https://github.blog/changelog/2021-04-29-github-actions-ubuntu-16-04-lts-virtual-environment-will-be-removed-on-september-20-2021/
So I would like to stop the test run of Ubuntu 16.04 on Github Actions.
But this is a problem of the test environment, and I think we will continue to support it as much as possible without performing CI testing.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.