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

install_prerequisites.py: Consolidate package lists #241

Closed
SwooshyCueb opened this issue May 1, 2024 · 0 comments
Closed

install_prerequisites.py: Consolidate package lists #241

SwooshyCueb opened this issue May 1, 2024 · 0 comments
Assignees

Comments

@SwooshyCueb
Copy link
Member

We are installing packages in multiple steps. This can be consolidated somewhat. For example, there is no need to install autoconf and rsync, or patchelf, separately.

cmd = ['sudo','apt-get','install','-y','autoconf','rsync']
build.run_cmd(cmd, check_rc='installing autoconf failed')
cmd = ['sudo','apt-get','install','-y','patchelf']
build.run_cmd(cmd, check_rc='installing patchelf failed')

@SwooshyCueb SwooshyCueb self-assigned this May 1, 2024
SwooshyCueb added a commit to SwooshyCueb/irods-externals that referenced this issue Jun 12, 2024
alanking pushed a commit that referenced this issue Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants