From 479784fb97c1c22cf85726a034279dcdfc6c1911 Mon Sep 17 00:00:00 2001 From: Karl W Schulz Date: Fri, 19 Apr 2024 14:42:11 -0500 Subject: [PATCH] wip Signed-off-by: Karl W Schulz [ROCm/rocprofiler-compute commit: 92f6367f184f8213d6d60c4f4a5dbbd9bc331ea7] --- .../.github/workflows/tarball.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/projects/rocprofiler-compute/.github/workflows/tarball.yml b/projects/rocprofiler-compute/.github/workflows/tarball.yml index ee54667556..a61a1a29af 100644 --- a/projects/rocprofiler-compute/.github/workflows/tarball.yml +++ b/projects/rocprofiler-compute/.github/workflows/tarball.yml @@ -83,16 +83,16 @@ jobs: make install - name: Verify expected paths run: | - find $INSTALL_DIR + # find $INSTALL_DIR test -d $INSTALL_DIR/omniperf - ## test -x $INSTALL_DIR/omniperf/bin/omniperf - ## test -s $INSTALL_DIR/omniperf/libexec/omniperf/VERSION - ## test -s $INSTALL_DIR/omniperf/libexec/omniperf/VERSION.sha - ## test -d $INSTALL_DIR/omniperf/libexec/omniperf/omniperf_analyze - ## test -d $INSTALL_DIR/omniperf/libexec/omniperf/omniperf_profile - ## test -d $INSTALL_DIR/omniperf/libexec/omniperf/omniperf_soc - ## test -d $INSTALL_DIR/omniperf/libexec/omniperf/utils - ## test -s $INSTALL_DIR/omniperf/share/omniperf/sample/vcopy.cpp + test -x $INSTALL_DIR/omniperf/bin/omniperf + test -s $INSTALL_DIR/omniperf/libexec/omniperf/VERSION + test -s $INSTALL_DIR/omniperf/libexec/omniperf/VERSION.sha + test -d $INSTALL_DIR/omniperf/libexec/omniperf/omniperf_analyze + test -d $INSTALL_DIR/omniperf/libexec/omniperf/omniperf_profile + test -d $INSTALL_DIR/omniperf/libexec/omniperf/omniperf_soc + test -d $INSTALL_DIR/omniperf/libexec/omniperf/utils + test -s $INSTALL_DIR/omniperf/share/omniperf/sample/vcopy.cpp ## test -d $INSTALL_DIR/omniperf/share/omniperf/modulefiles - name: Query version (setting PYTHONPATH by hand) run: |