Skip to content

Commit

Permalink
Add gettext to ubuntu-focal job.
Browse files Browse the repository at this point in the history
Required to build Dyninst
  • Loading branch information
dgaliffiAMD committed Oct 29, 2024
1 parent 81320b2 commit 51b4eb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-focal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ jobs:
max_attempts: 5
command: |
sudo apt-get update &&
sudo apt-get install -y autoconf bison build-essential clang environment-modules libomp-dev libtool m4 python3-pip texinfo ${{ matrix.compiler }} ${{ matrix.deps }} &&
sudo apt-get install -y autoconf bison build-essential clang environment-modules gettext libomp-dev libtool m4 python3-pip texinfo ${{ matrix.compiler }} ${{ matrix.deps }} &&
if [ "${{ matrix.mpi }}" = "mpich" ]; then sudo apt-get install -y libmpich-dev mpich; fi &&
if [ "${{ matrix.mpi }}" = "openmpi" ]; then sudo apt-get install -y libopenmpi-dev openmpi-bin libfabric-dev; fi &&
wget https://commondatastorage.googleapis.com/perfetto-luci-artifacts/v46.0/linux-amd64/trace_processor_shell -P /opt/trace_processor/bin &&
Expand Down

0 comments on commit 51b4eb0

Please sign in to comment.