.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:
Jonathan Lebon 2016-11-10 12:56:37 -05:00 committed by Atomic Bot
parent 676f0a2797
commit 4b7ab5167c

View File

@ -6,11 +6,6 @@ branches:
container:
image: projectatomic/ostree-tester
# XXX: we can wipe this off once a newer image is built with
# it already included
packages:
- libubsan
env:
CFLAGS: '-fsanitize=undefined'
@ -36,10 +31,6 @@ artifacts:
inherit: true
# XXX: ditto
packages:
- clang
context: Clang
env: