mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 14:47:46 +00:00
Meta: Remove i686 target
This commit is contained in:
parent
d3eb4f7a41
commit
55f17fff36
16 changed files with 25 additions and 61 deletions
|
@ -1,6 +1,6 @@
|
|||
parameters:
|
||||
os: 'Linux'
|
||||
arch: 'i686'
|
||||
arch: 'x86_64'
|
||||
toolchain: 'gcc'
|
||||
coverage: 'OFF'
|
||||
download_cache_path: ''
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
parameters:
|
||||
arch: 'i686'
|
||||
arch: 'x86_64'
|
||||
coverage: 'OFF'
|
||||
|
||||
jobs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue