Skip to content

Commit

Permalink
infra: base-builder: fix introspector builds (#11467)
Browse files Browse the repository at this point in the history
Fixes: #11466
  • Loading branch information
DavidKorczynski authored Jan 11, 2024
1 parent 5fa4f25 commit 3ebd265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/base-images/base-builder/compile
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ if [ "$SANITIZER" = "introspector" ]; then
unset CFLAGS
export G_ANALYTICS_TAG="G-8WTFM1Y62J"
apt-get install -y libjpeg-dev zlib1g-dev libyaml-dev
python3 -m pip install --upgrade setuptools
python3 -m pip install --upgrade pip setuptools
python3 -m pip install cxxfilt pyyaml beautifulsoup4 lxml soupsieve
python3 -m pip install --prefer-binary matplotlib

Expand Down

0 comments on commit 3ebd265

Please sign in to comment.