Skip to content

Commit

Permalink
Merge pull request #18200 from redpanda-data/PESDLC-1295-remove-ppa-r…
Browse files Browse the repository at this point in the history
…epo-after-install

PESDLC-1295  Remove unstable launchpad repo after install
  • Loading branch information
savex authored May 3, 2024
2 parents ebdbc4d + 1eb46a5 commit b75157d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/docker/ducktape-deps/ocsf-server
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ if [ $(uname -m) = "aarch64" ]; then
fi

./build_server.sh

# remove added repository for other packages stability
add-apt-repository -ry ppa:rabbitmq/rabbitmq-erlang

# The following is required because the server attempts to write logs
# to the `dist/tmp` directory. This is fine in docker ducktape as the user
# who kicks it off is root, but in CDT, the user is not root so the server
Expand Down

0 comments on commit b75157d

Please sign in to comment.