mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #2110] Request to add ALPINE to supported OS(Build/Test) #1074
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#1074
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 @ggtakec on GitHub (Feb 12, 2023).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/2110
Correspond to ALPINE.
Support ALPINE(v3.17) in GithubActions(CI).
I don't think there is much to fix.
The packages required for building and the contents that need to be modified are as follows:
already supported by master
automake, autoconf, util-linux-misc, fuse, fuse-dev, libxml2-dev, curl-dev
autoconf is newer version, so we need to run autoupdate before running autogen.sh
Requires support for CURLOPTDEPRECATED warning
@adamqqqplay commented on GitHub (Feb 17, 2023):
This is a great question, hopefully the support on ALPINE will improve. Thanks!
@ggtakec commented on GitHub (Feb 19, 2023):
@adamqqqplay
I have posted a PR code to build and test ALPINE with Github Actions.
That code and CI environment has been confirmed to work on ALPINE as well.
@adamqqqplay commented on GitHub (Feb 20, 2023):
Thanks, I will test it soon.
@ggtakec commented on GitHub (Mar 19, 2023):
This will be closed. If you still have problems, please reopen or post a new issue.