Skip to content

Commit

Permalink
[CI] Drop i586 GBS build test
Browse files Browse the repository at this point in the history
according to Tizen official supported arch list, drop i586 no longer need to test

below list is official supported arch
- armv7l
- armv7hl
- aarch64
- x86_64
- riscv64

**Self evaluation:**
1. Build test:	 [X]Passed [ ]Failed [ ]Skipped
2. Run test:	 [X]Passed [ ]Failed [ ]Skipped

Signed-off-by: Donghak PARK <[email protected]>
  • Loading branch information
DonghakPark committed Nov 27, 2024
1 parent e7fcaaf commit 30d3abc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/gbs_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:
include:
- gbs_build_arch: "x86_64"
gbs_build_option: "--define \"unit_test 1\""
- gbs_build_arch: "i586"
gbs_build_option: "--define \"unit_test 1\""
- gbs_build_arch: "armv7l"
gbs_build_option: "--define \"unit_test 0\""
- gbs_build_arch: "aarch64"
Expand Down

0 comments on commit 30d3abc

Please sign in to comment.