Skip to content

Commit

Permalink
Do not install any CI packages from CPAN
Browse files Browse the repository at this point in the history
Run::IPC is already installed via APT and Text::Trim does not seem
like it is even used. While at it we update the comment.
  • Loading branch information
jeltz committed Feb 5, 2025
1 parent 2c54d82 commit 88eb65a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions ci_scripts/ubuntu-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,9 @@ sudo apt install -y libreadline6-dev systemtap-sdt-dev zlib1g-dev libssl-dev lib

bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)"

# Perl test dependencies
# Test dependencies
sudo apt install -y libipc-run-perl python3-pykmip libhttp-server-simple-perl

sudo /usr/bin/perl -MCPAN -e 'install IPC::Run'
sudo /usr/bin/perl -MCPAN -e 'install Text::Trim'

# Vault
wget -O- https://apt.releases.hashicorp.com/gpg | sudo gpg --dearmor -o /usr/share/keyrings/hashicorp-archive-keyring.gpg
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/hashicorp-archive-keyring.gpg] https://apt.releases.hashicorp.com $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/hashicorp.list
Expand Down

0 comments on commit 88eb65a

Please sign in to comment.