File tree 3 files changed +3
-2
lines changed
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 8
8
name : " CentOS/latest - Build CacheLib with all dependencies"
9
9
runs-on : ubuntu-latest
10
10
# Docker container image name
11
- container : " ghcr.io/igchor/cachelib-deps:centos8 "
11
+ container : " ghcr.io/igchor/cachelib-deps:streams8 "
12
12
steps :
13
13
- name : " System Information"
14
14
run : |
Original file line number Diff line number Diff line change 1
1
# From: https://github.com/marketplace/actions/clang-format-check#multiple-paths
2
2
name : clang-format Check
3
- on : [pull_request ]
3
+ on : []
4
4
jobs :
5
5
formatting-check :
6
6
name : Formatting Check
Original file line number Diff line number Diff line change 4
4
BLACKLIST=" allocator-test-AllocationClassTest
5
5
allocator-test-AllocatorTypeTest
6
6
allocator-test-NvmCacheTests
7
+ allocator-test-NavySetupTest
7
8
common-test-TimeTests
8
9
common-test-UtilTests
9
10
shm-test-test_page_size"
You can’t perform that action at this time.
0 commit comments