[GH-ISSUE #2110] Request to add ALPINE to supported OS(Build/Test) #1074

Closed
opened 2026-03-04 01:51:09 +03:00 by kerem · 4 comments
Owner

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:

  • Requires OpenSSL 3.0 support
    already supported by master
  • Dependent packages required for building
    automake, autoconf, util-linux-misc, fuse, fuse-dev, libxml2-dev, curl-dev
  • autoconf
    autoconf is newer version, so we need to run autoupdate before running autogen.sh
  • curl version
    Requires support for CURLOPTDEPRECATED warning
  • etc
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: - Requires OpenSSL 3.0 support already supported by master - Dependent packages required for building automake, autoconf, util-linux-misc, fuse, fuse-dev, libxml2-dev, curl-dev - autoconf autoconf is newer version, so we need to run autoupdate before running autogen.sh - curl version Requires support for CURLOPTDEPRECATED warning - etc
kerem closed this issue 2026-03-04 01:51:09 +03:00
Author
Owner

@adamqqqplay commented on GitHub (Feb 17, 2023):

This is a great question, hopefully the support on ALPINE will improve. Thanks!

<!-- gh-comment-id:1434364358 --> @adamqqqplay commented on GitHub (Feb 17, 2023): This is a great question, hopefully the support on ALPINE will improve. Thanks!
Author
Owner

@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.

<!-- gh-comment-id:1436008830 --> @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.
Author
Owner

@adamqqqplay commented on GitHub (Feb 20, 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.

Thanks, I will test it soon.

<!-- gh-comment-id:1436221938 --> @adamqqqplay commented on GitHub (Feb 20, 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. Thanks, I will test it soon.
Author
Owner

@ggtakec commented on GitHub (Mar 19, 2023):

This will be closed. If you still have problems, please reopen or post a new issue.

<!-- gh-comment-id:1475127577 --> @ggtakec commented on GitHub (Mar 19, 2023): This will be closed. If you still have problems, please reopen or post a new issue.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/s3fs-fuse#1074
No description provided.