mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 05:16:00 +03:00
[GH-ISSUE #1769] Upgrade macOS CI #912
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#912
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?
Originally created by @gaul on GitHub (Oct 3, 2021).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1769
I saw this warning today:
But I believe that osxfuse does not support macOS 11 or requires some rebooting or other difficulties.
@ggtakec commented on GitHub (Oct 4, 2021):
@gaul Thanks for your infromation.
I would be happy if following problem was solved.
I will try it once around 11/3.
https://github.com/s3fs-fuse/s3fs-fuse/blob/master/.github/workflows/ci.yml#L120-L126
@ggtakec commented on GitHub (Oct 5, 2021):
I noticed the following error for macos in the Schedule build of Github Actions on this Sunday.
(edited)
Today (10/7), this seems to have been resolved.
@ggtakec commented on GitHub (Jul 21, 2022):
The macOS 10.15 Actions runner image will be fully unsupported by 8/30/22 in GitHub
I've picked up this issue from the Issue at https://github.com/actions/virtual-environments/issues/5583.
And today I saw an errors about this several times, when the test run on macOS runner.
Currently, Github Actions for s3fs test has no choice but to use macOS 10.15. That's because we get an error when installing osxfuse if we use another macOS version.
See: https://github.com/actions/virtual-environments/issues/598 , https://github.com/actions/virtual-environments/issues/4731
We need to install osxfuse on macOS11 runner, but we can not have done it yet.
@ggtakec commented on GitHub (Jul 21, 2022):
Currently, in Github Action, the following error is displayed and it can not be solved.
@ggtakec commented on GitHub (Aug 13, 2022):
Since
macos-12Github Actions runner is now supported, I checked again with bothmacos-11and12.In conclusion, it is unlikely that you can install and use
macfusewith Github Actions Runner.This is because
macfuseis not allowed in macOS device policies, so it cannot be used without rebooting.For reference, if your macOS device policies are allowed, you can view them like this:
Once support for macos-10 ends, we won't be able to test with GithubActions on macos.
@ggtakec commented on GitHub (Oct 7, 2022):
The macos10 runner no longer runs as planned.
First, I made macos10 not reqired from "Status checks that are required".
@ggtakec commented on GitHub (Oct 22, 2022):
Although macos10 for our Actions has been removed from the requirement, runners on macos10 will be available until December 1, 2022.
(no workaround yet)
@ggtakec commented on GitHub (May 8, 2023):
As of May 2023, it is no longer possible to launch macOS 10.15 as a Runner for Github Actions.
After this, it is necessary to use macOS 11 or later, but Github Actions cannot be executed because the OS reboot is required to install macFUSE.
Therefore, PR #2154 disabled running Github Actions on macOS.
We will resume this once we are able to work around the macFUSE installation issue on macOS 11 and above.
I close this Issue, but I hope to reopen this for re-enabling macOS.