mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 05:16:00 +03:00
[PR #2367] [MERGED] Fixed a script of not functioning environment in Github Actions #2503
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#2503
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/2367
Author: @ggtakec
Created: 11/15/2023
Status: ✅ Merged
Merged: 11/15/2023
Merged by: @gaul
Base:
master← Head:fix_configure📝 Commits (1)
44b30dbFixed a script of not functioning environment in Github Actions📊 Changes
1 file changed (+4 additions, -4 deletions)
View changed files
📝
.github/workflows/linux-ci-helper.sh(+4 -4)📄 Description
Relevant Issue (if applicable)
n/a
Details
I noticed a meaningless process in
linux-ci-helper.shand fixed it.I believe this was done before the
GHTHUB_ENVfile was provided, but it is currently not working.What isn't working are the option flags pass to
configureand theCXXFLAGenvironment variable.For fixing the option flag, it is written to
GITHUB_ENV.The
CXXFLAGenvironment variable is currently set inMakefile.am. (especially-std=c++XX)However, there is also a flag(
S3FS_PTHREAD_ERRORCHECK=1) that is only used by Github Actions (CI), so I also write this toGITHUB_ENV.I don't think it will affect the current build, but I have modified this file so that it fulfills the required functions.
@gaul
Please let me know if you have any problems.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.