[PR #2198] [MERGED] Reverted the macos CI process(using macos-fuse-t) #2381

Closed
opened 2026-03-04 02:05:15 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: revert_macos


📝 Commits (1)

  • a3905e3 Reverted 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.

## 📋 Pull Request Information **Original PR:** https://github.com/s3fs-fuse/s3fs-fuse/pull/2198 **Author:** [@ggtakec](https://github.com/ggtakec) **Created:** 6/25/2023 **Status:** ✅ Merged **Merged:** 11/17/2023 **Merged by:** [@gaul](https://github.com/gaul) **Base:** `master` ← **Head:** `revert_macos` --- ### 📝 Commits (1) - [`a3905e3`](https://github.com/s3fs-fuse/s3fs-fuse/commit/a3905e3bb109731db77fa8fb83ae41a7fec551c3) Reverted the macos CI process(using macos-fuse-t) ### 📊 Changes **8 files changed** (+203 additions, -90 deletions) <details> <summary>View changed files</summary> 📝 `.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) </details> ### 📄 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`. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:05:15 +03:00
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#2381
No description provided.