pjw91
October 5, 2020, 4:25am
1
I've posted a same topic before:
The pre-built binary for linux/amd64 on Github Release is cgo-disabled.
However, I need to use cmount with -o readdir_ino to avoid failure of getcwd().
Here is a link to CircleCI artifacts, but it's outdated.
Is it possible to provide (or publish) a cgo-enabled variant via CI/CD as well?
However, the provided version is a little bit outdated (v1.52.2-DEV).
Moreover, I've noticed that the cgo-enabled binary is provided here: "https://beta.rclone.org/{version}/testbuilds/ "
However, not all version are provided.
For instance, there're rclone-linux-amd64.gz for v1.52.0, v1.52.1, v1.52.2, but no rclone-linux-amd64.gz for v1.53.0.
And https://beta.rclone.org/v1.53.1/testbuilds is missing, too.
Is the publication of beta versions added to the Github Actions/CI pipelines?
Is possible to enable cgo on linux/arm64 arch?
darthShadow
(Anagh Kumar Baranwal)
October 5, 2020, 5:44am
2
The actual issue i.e. failure of getcwd()
may have been fixed by this:
opened 05:23AM - 02 Apr 20 UTC
closed 10:39AM - 04 May 20 UTC
What is the problem you are having with rclone?
Programs that use the getcwd() syscall fail when inside an rclone mount with...
VFS / mount
bug
Have you checked any of the latest releases to see if that is so?
pjw91
October 5, 2020, 1:47pm
3
Oh, thank you. I didn't notice that patch.
The patch LGTM.
ncw
(Nick Craig-Wood)
October 5, 2020, 2:42pm
4
Do you still need the cgo binary? We actually build it already and use it for testing, but it never gets uploaded...
system
(system)
Closed
October 8, 2020, 2:42pm
5
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.