.redhat-ci.yml: no longer install libubsan & clang
Since they're now part of the auto-built image. Closes: #572 Approved by: cgwalters
This commit is contained in:
parent
676f0a2797
commit
4b7ab5167c
|
|
@ -6,11 +6,6 @@ branches:
|
||||||
container:
|
container:
|
||||||
image: projectatomic/ostree-tester
|
image: projectatomic/ostree-tester
|
||||||
|
|
||||||
# XXX: we can wipe this off once a newer image is built with
|
|
||||||
# it already included
|
|
||||||
packages:
|
|
||||||
- libubsan
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CFLAGS: '-fsanitize=undefined'
|
CFLAGS: '-fsanitize=undefined'
|
||||||
|
|
||||||
|
|
@ -36,10 +31,6 @@ artifacts:
|
||||||
|
|
||||||
inherit: true
|
inherit: true
|
||||||
|
|
||||||
# XXX: ditto
|
|
||||||
packages:
|
|
||||||
- clang
|
|
||||||
|
|
||||||
context: Clang
|
context: Clang
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue