mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[PR #1200] [MERGED] Use travis cache for brew on osx #1869
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#1869
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/1200
Author: @ggtakec
Created: 11/18/2019
Status: ✅ Merged
Merged: 11/24/2019
Merged by: @ggtakec
Base:
master← Head:travis_cache_osx📝 Commits (1)
f675659Use travis cache for brew on osx📊 Changes
1 file changed (+32 additions, -3 deletions)
View changed files
📝
.travis.yml(+32 -3)📄 Description
Relevant Issue (if applicable)
n/a
Details
The build for OSX was very slow and I felt it needed to be improved.
The reason is that the following processes are long.
Thus I changed to cache homebrew using TravisCI cache.
If a cache exists, over 800 seconds required for the above two processes can be shortened to about 30 seconds.
The correct way to cache homebrew is to leave it to TravisCI, but I could not shorten by that way.
So that, I add manually setting cache in .travis.yml, and it works fine for now.
And, if you want to create a new TravisCI Cache, you can delete it from the WebUI and recreate it.
I hope that merging this PR will reduce the time stress on the developer.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.