mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[PR #2086] [MERGED] Fixed a conflict between curl and curl-minimal on RockyLinux 9 #2331
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#2331
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/2086
Author: @ggtakec
Created: 1/4/2023
Status: ✅ Merged
Merged: 1/4/2023
Merged by: @ggtakec
Base:
master← Head:fix_curl_conflict📝 Commits (1)
a9a0003Fixed a conflict between curl and curl-minimal on RockyLinux 9📊 Changes
1 file changed (+8 additions, -1 deletions)
View changed files
📝
.github/workflows/linux-ci-helper.sh(+8 -1)📄 Description
Relevant Issue (if applicable)
n/a
Details
Gihutb ActionsonRocky Linux 9had the following error.The
Rocky Linux 9image includescurl-minimal, which conflicts with installing thecurlpackage.(the conflict may not have occurred before
7.76.1-19)For
Rocky Linux 9only, this PR adds the--allowerasingoption when installingcurlto avoid this.In the
linux-ci-helper.shfile, I definedPACKAGE_INSTALL_ADDITIONAL_OPTIONSand modified it to specify the above options only forRockyLinux9.We should remove this option if it is no longer needed.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.