Update workflow runners due to the deprecation of ubuntu-20.04 runners (#102)

* Update runners to `ubuntu-latest`.

The `ubuntu-20.04` runner is deprecated and will be removed.

* Add 'vim' and 'perfetto' to CI docker images

For convenience when using the images locally.

[ROCm/rocprofiler-systems commit: a25554359b]
This commit is contained in:
David Galiffi
2025-03-04 19:31:13 -05:00
committed by GitHub
parent 4a86630875
commit 8a70f4b15d
9 changed files with 14 additions and 15 deletions
@@ -29,9 +29,9 @@ RUN zypper --non-interactive update -y && \
zypper --non-interactive install -y -t pattern devel_basis && \
zypper --non-interactive install -y binutils-gold cmake curl dpkg-devel \
gcc-c++ git libnuma-devel openmpi3-devel papi-devel python3-pip \
rpm-build wget && \
rpm-build vim wget && \
zypper --non-interactive clean --all && \
python3 -m pip install 'cmake==3.21'
python3 -m pip install 'cmake==3.21' perfetto
COPY ./dyninst-source /tmp/dyninst