Skip to content

Commit 0cd1b2f

Browse files
authored
Merge pull request #1554 from xwings/dev
sync rootfs and renew docker test
2 parents f4464b9 + d8dad95 commit 0cd1b2f

File tree

2 files changed

+7
-13
lines changed

2 files changed

+7
-13
lines changed

.github/workflows/build-ci.yml

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
#os: [windows-2019, macos-10.15, ubuntu-18.04, ubuntu-20.04]
1313
os: [windows-latest, ubuntu-22.04]
1414
python-version: ["3.9", "3.11"]
15-
include:
16-
- os: ubuntu-22.04
17-
python-version: 3.9
18-
container: Docker
15+
#include:
16+
#- os: ubuntu-22.04
17+
#python-version: 3.11
18+
#container: Docker
1919

2020
steps:
2121
- uses: actions/checkout@v3
@@ -72,14 +72,8 @@ jobs:
7272
cd ../qiling
7373
cd ../examples/rootfs/x86_linux/kernel && unzip -P infected m0hamed_rootkit.ko.zip
7474
cd ../../../../
75-
pip3 install -e .[RE]
76-
77-
if [ ${{ matrix.os }} == 'ubuntu-18.04' ] and [ ${{ matrix.python-version }} == '3.9' ]; then
78-
docker run -it --rm -v ${GITHUB_WORKSPACE}:/qiling qilingframework/qiling:dev bash -c "cd tests && ./test_onlinux.sh"
79-
else
80-
pip3 install poetry
81-
cd tests && ./test_onlinux.sh
82-
fi
75+
pip3 install -e .
76+
cd tests && ./test_onlinux.sh
8377
8478
# - name: mac run tests
8579
# if: contains(matrix.os, 'macos')

0 commit comments

Comments
 (0)