Skip to content

Commit a3ed157

Browse files
committed
lkl: disable zpoline test on CI
zpoline test has been faced unstable crash on github actions on both ubuntu 22.04 and 24.04 -based with different situations. As a result, the CI test with zpoline is unstable (sometimes passed but sometimes not). This commit disables the test for a while until the root issue is resolved. The issue is tracked at torvalds#577. Link: lkl#577 Signed-off-by: Hajime Tazaki <thehajime@gmail.com>
1 parent 967b585 commit a3ed157

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,6 @@ jobs:
3737
runs_on: ubuntu-22.04
3838
shell: bash
3939
build_options: "LLVM=1 CROSS_COMPILE=x86_64-linux-gnu"
40-
- displayTargetName: zpoline
41-
# maybe integrate with default Linux build once the function becomes stable
42-
os: unix
43-
runs_on: ubuntu-22.04
44-
shell: bash
45-
build_options: "zpoline=./zpoline"
4640
timeout-minutes: 100
4741
env:
4842
CCACHE_DIR: ${{ github.workspace }}/.ccache

0 commit comments

Comments
 (0)