File tree 1 file changed +2
-11
lines changed
1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -12,20 +12,16 @@ summary: Build Ubuntu packages
12
12
execute : |
13
13
cd $SPREAD_PATH
14
14
15
- apt-get install --yes software-properties-common
16
-
17
15
# Add Mir dev PPA for any out-of-archive packages needed
18
16
# (Currently: a newer version of WLCS)
19
17
add-apt-repository ppa:mir-team/dev
20
18
21
19
# to get dpkg-architecture and mk-build-deps
22
20
apt-get install \
23
21
--yes \
24
- --no-install-recommends \
25
22
ccache \
26
23
devscripts \
27
- dpkg-dev \
28
- equivs
24
+ dpkg-dev
29
25
30
26
# set host and build environment up
31
27
source <( dpkg-architecture --print-set --host-arch ${ARCH} )
@@ -56,18 +52,13 @@ execute: |
56
52
57
53
apt-get update
58
54
apt-get --yes install qemu-user-static binfmt-support
59
-
60
- # Quirk for the eglexternalplatform-dev build dependency
61
- sed -i 's/\(eglexternalplatform-dev\)/\1:all/' debian/control
62
55
fi
63
56
64
57
# Mark the "release" in the changelog
65
58
debchange --release "CI release"
66
59
67
60
# install dependencies
68
- mk-build-deps \
69
- --install \
70
- --tool "apt-get --yes -o Debug::pkgProblemResolver=yes -o APT::Immediate-Configure=0"
61
+ apt-get build-dep --yes ./
71
62
72
63
# use clang
73
64
if [ "${CLANG}" -eq 1 ]; then
You can’t perform that action at this time.
0 commit comments