Skip to content

Commit 48622d5

Browse files
chore(encoders): update package tool before installing packages [backport #4750 to 1.5] (#4764)
## Description Backport: #4750 ## Reviewer Checklist - [ ] Title is accurate. - [ ] Description motivates each change. - [ ] No unnecessary changes were introduced in this PR. - [ ] Avoid breaking [API](https://ddtrace.readthedocs.io/en/stable/versioning.html#interfaces) changes unless absolutely necessary. - [ ] Tests provided or description of manual testing performed is included in the code or PR. - [ ] Release note has been added and follows the [library release note guidelines](https://ddtrace.readthedocs.io/en/stable/contributing.html#Release-Note-Guidelines), or else `changelog/no-changelog` label added. - [ ] All relevant GitHub issues are correctly linked. - [ ] Backports are identified and tagged with Mergifyio. Co-authored-by: Brett Langdon <[email protected]>
1 parent 734515a commit 48622d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/profiles/encoders/setup.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ pip install pip --upgrade
2020

2121
# Install austin
2222
pushd ${PREFIX}
23+
sudo apt update
2324
sudo apt-get -y install libunwind-dev binutils-dev libiberty-dev
2425
git clone --depth=1 https://github.com/p403n1x87/austin.git -b devel
2526
pushd austin

0 commit comments

Comments
 (0)