Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FLOAT-4537] Failed to execute user binary. #98

Merged
merged 1 commit into from
Sep 25, 2024
Merged

Conversation

jealous
Copy link
Contributor

@jealous jealous commented Sep 24, 2024

When we update the LD_LIBRARY_PATH, it may also affect the user executables.

So instead of updating the environment variable, use a function to redirect the call to our aws cli when it is not found in the path.

@jealous jealous added the bug Something isn't working label Sep 24, 2024
@jealous jealous self-assigned this Sep 24, 2024
@jgong
Copy link

jgong commented Sep 25, 2024

thanks, shall we merge this change and i can start to run regression?

When we update the LD_LIBRARY_PATH, it may also affect the user
executables.

So instead of updating the environment variable, use a function
to redirect the call to our aws cli when it is not found in the path.
@jealous jealous merged commit 9aae308 into master Sep 25, 2024
1 check passed
@jealous jealous deleted the bugfix/awsAlias branch September 25, 2024 19:19
jealous added a commit to jealous/plugins that referenced this pull request Sep 26, 2024
This release fix an issue that the library path of aws cli affect
other user applications, such as gzip.  See details below:

* [FLOAT-4537](MemVerge/nf-float#98) Failed to execute user binary.
* [nextflow-ioGH-99](MemVerge/nf-float#99) Add volume size for default scratch option.

Release page:
[nf-float 0.4.6 release](https://github.com/MemVerge/nf-float/releases/tag/0.4.6)
bentsherman pushed a commit to nextflow-io/plugins that referenced this pull request Sep 27, 2024
This release fix an issue that the library path of aws cli affect
other user applications, such as gzip.  See details below:

* [FLOAT-4537](MemVerge/nf-float#98) Failed to execute user binary.
* [GH-99](MemVerge/nf-float#99) Add volume size for default scratch option.

Release page:
[nf-float 0.4.6 release](https://github.com/MemVerge/nf-float/releases/tag/0.4.6)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants