Skip to content

Commit 043df5f

Browse files
authored
Merge pull request #47 from igchor/update_docker2
Update docker file used in CI
2 parents 2046eea + d1f26ab commit 043df5f

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/build-cachelib-centos.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: "CentOS/latest - Build CacheLib with all dependencies"
99
runs-on: ubuntu-latest
1010
# Docker container image name
11-
container: "ghcr.io/igchor/cachelib-deps:centos8"
11+
container: "ghcr.io/igchor/cachelib-deps:streams8"
1212
steps:
1313
- name: "System Information"
1414
run: |

.github/workflows/clang-format-check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# From: https://github.com/marketplace/actions/clang-format-check#multiple-paths
22
name: clang-format Check
3-
on: [pull_request]
3+
on: []
44
jobs:
55
formatting-check:
66
name: Formatting Check

run_tests.sh

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
BLACKLIST="allocator-test-AllocationClassTest
55
allocator-test-AllocatorTypeTest
66
allocator-test-NvmCacheTests
7+
allocator-test-NavySetupTest
78
common-test-TimeTests
89
common-test-UtilTests
910
shm-test-test_page_size"

0 commit comments

Comments
 (0)