mirror of
https://github.com/ostreedev/ostree.git
synced 2025-01-09 01:18:35 +03:00
ci: Drop an unused files
Cruft from previous CI flows.
This commit is contained in:
parent
f376f7ffff
commit
aea20704b5
@ -1,8 +0,0 @@
|
||||
#!/usr/bin/bash
|
||||
set -xeuo pipefail
|
||||
|
||||
./tests/installed/provision.sh
|
||||
# TODO: enhance papr to have caching, a bit like https://docs.travis-ci.com/user/caching/
|
||||
cd tests/installed
|
||||
curl -Lo fedora-atomic-host.qcow2 https://getfedora.org/atomic_qcow2_latest
|
||||
exec env "TEST_SUBJECTS=$(pwd)/fedora-atomic-host.qcow2" ./run.sh
|
@ -1,16 +0,0 @@
|
||||
#!/usr/bin/bash
|
||||
# Prepare the current environment
|
||||
|
||||
set -xeuo pipefail
|
||||
|
||||
dn=$(dirname $0)
|
||||
. ${dn}/libbuild.sh
|
||||
pkg_upgrade
|
||||
pkg_install_buildroot
|
||||
pkg_install sudo which attr fuse strace \
|
||||
libubsan libasan libtsan PyYAML elfutils
|
||||
pkg_install_if_os fedora gjs gnome-desktop-testing parallel coccinelle clang
|
||||
|
||||
if test -n "${CI_PKGS:-}"; then
|
||||
pkg_install ${CI_PKGS}
|
||||
fi
|
Loading…
Reference in New Issue
Block a user