Skip to content

Commit af7dfcf

Browse files
committed
github ci environment check
Signed-off-by: zhuangbowei.zbw <zhuangbowei.zbw@alibaba-inc.com>
1 parent ba88b6f commit af7dfcf

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

.github/workflows/ci-build-image.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,15 @@ jobs:
5151
releasever=${releasever#v}
5252
echo "RELEASE_VERSION=${releasever}" >> $GITHUB_ENV
5353
54+
- name: check erofs
55+
shell: bash
56+
run: |
57+
set -x
58+
uname -a
59+
sudo modprobe erofs
60+
lsmod | grep erofs
61+
set +x
62+
5463
- name: Build and Push
5564
uses: docker/build-push-action@v4
5665
with:

.github/workflows/ci-userspace-convertor.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,15 @@ jobs:
3838
ref: ${{ inputs.commit-hash }}
3939
fetch-depth: 0
4040

41+
- name: check erofs
42+
shell: bash
43+
run: |
44+
set -x
45+
uname -a
46+
modprobe erofs
47+
lsmod | grep erofs
48+
set +x
49+
4150
- name: Start OverlayBD
4251
working-directory: /app
4352
shell: bash

0 commit comments

Comments
 (0)