Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Michalski <[email protected]>
  • Loading branch information
janekmi committed Jan 24, 2024
1 parent 3dca9c2 commit 52b3b59
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,8 @@ jobs:
fail-fast: false
matrix:
CONFIG: [
"OS=ubuntu OS_VER=22.04 PMDK_CC=clang PMDK_CXX=clang++",
"OS=ubuntu OS_VER=22.04",
"OS=opensuse-leap OS_VER=15",
"OS=rockylinux OS_VER=8",
"OS=rockylinux OS_VER=9",
]
steps:
- name: Clone the git repo
Expand Down
2 changes: 1 addition & 1 deletion utils/docker/run-build-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ PMDK_LIB_PATH_NONDEBUG=$PMDK_LIB_PATH_NONDEBUG
PMDK_LIB_PATH_DEBUG=$PMDK_LIB_PATH_NONDEBUG/$DEBUG_DIR
EOF

env | grep "PMEM" && echo "TEST_TG"
env | grep "PMEM" && echo "TEST_TG run-build-package.sh 8"
./RUNTESTS.sh -t check
# XXX The Python-based test framework is not able yet to run tests against
# binaries installed in the system. https://github.com/pmem/pmdk/issues/5839
Expand Down

0 comments on commit 52b3b59

Please sign in to comment.