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

which executable is not available in the testing environment #6303

Closed
dchristidis opened this issue Aug 7, 2023 · 0 comments · Fixed by #6304
Closed

which executable is not available in the testing environment #6303

dchristidis opened this issue Aug 7, 2023 · 0 comments · Fixed by #6304
Assignees
Milestone

Comments

@dchristidis
Copy link
Contributor

dchristidis commented Aug 7, 2023

Description

As seen in the CI output:

./tools/test/install_script.sh: line 19: which: command not found
./tools/test/install_script.sh: line 19: which: command not found

Steps to reproduce

  1. Open a PR.

Rucio Version

No response

Additional Information

No response

@dchristidis dchristidis self-assigned this Aug 7, 2023
dchristidis added a commit to dchristidis/rucio that referenced this issue Aug 7, 2023
The `which` utility is an external utility that has to be installed as
an RPM package. We could include it during the container creation or we
could use the equivalent `command -v` builtin from the Bash shell.
@dchristidis dchristidis linked a pull request Aug 7, 2023 that will close this issue
dchristidis added a commit to dchristidis/rucio that referenced this issue Aug 7, 2023
The `which` utility is an external utility that has to be installed as
an RPM package. We could include it during the container creation or we
could use the equivalent `command -v` builtin from the Bash (the default
shell).
bari12 pushed a commit that referenced this issue Sep 26, 2023
The `which` utility is an external utility that has to be installed as
an RPM package. We could include it during the container creation or we
could use the equivalent `command -v` builtin from the Bash (the default
shell).
bari12 pushed a commit that referenced this issue Sep 26, 2023
The `which` utility is an external utility that has to be installed as
an RPM package. We could include it during the container creation or we
could use the equivalent `command -v` builtin from the Bash (the default
shell).
@bari12 bari12 added this to the 32.4.0 / 32.3.2 milestone Sep 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants