From 8059b012a60d490e1ec6b5321881046135fadac7 Mon Sep 17 00:00:00 2001 From: "Karl W. Schulz" Date: Thu, 21 Mar 2024 11:00:00 -0500 Subject: [PATCH] test addition of user option for container launch Signed-off-by: Karl W. Schulz [ROCm/rocprofiler-compute commit: 01d41bd4285631d56e3d95dd79f946d0d5e01b77] --- projects/rocprofiler-compute/.github/workflows/rhel-8.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/rocprofiler-compute/.github/workflows/rhel-8.yml b/projects/rocprofiler-compute/.github/workflows/rhel-8.yml index 868e0851ca..f769bccae3 100644 --- a/projects/rocprofiler-compute/.github/workflows/rhel-8.yml +++ b/projects/rocprofiler-compute/.github/workflows/rhel-8.yml @@ -23,6 +23,7 @@ jobs: runs-on: ubuntu-latest container: image: colramos/target-images:rhel8 + options: --user="$(id --user):$(id --group)" # Steps represent a sequence of tasks that will be executed as part of the job steps: - name: Install baseline OS dependencies