mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 05:16:00 +03:00
[PR #2198] [MERGED] Reverted the macos CI process(using macos-fuse-t) #2381
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#2381
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/2198
Author: @ggtakec
Created: 6/25/2023
Status: ✅ Merged
Merged: 11/17/2023
Merged by: @gaul
Base:
master← Head:revert_macos📝 Commits (1)
a3905e3Reverted the macos CI process(using macos-fuse-t)📊 Changes
8 files changed (+203 additions, -90 deletions)
View changed files
📝
.github/workflows/ci.yml(+12 -20)📝
configure.ac(+13 -11)📝
src/curl_multi.cpp(+3 -3)📝
src/curl_multi.h(+2 -1)📝
src/s3fs.cpp(+1 -1)📝
test/integration-test-common.sh(+18 -10)📝
test/integration-test-main.sh(+124 -41)📝
test/test-utils.sh(+30 -3)📄 Description
Relevant Issue (if applicable)
#2154
#2191
Details
By using
macos-fuse-t, CI process can support macos11 or later.(Thanks to @macos-fuse-t.)
CI processing(until just before the test) has been confirmed on both macos11/12.
But the macos CI processing is macos12 only.
(If necessary, macos11 can also be added.)
Part of the patch #2197 is applied to pass the cppcheck2.10 test.
(I will rebase after merged #2197.)
NOTE
This PR has not passed some parts of tests yet, so it is marked as a
Draft.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.