diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-06-15 22:02:36 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-06-16 01:23:16 +0200 |
commit | 3544011581f4c6373c5da7d9da1fc0fb416d20d9 (patch) | |
tree | 098e09835abbc603a8358aae92d11a4486bc33cc /testing/mono | |
parent | 56de86da7ecb763a78220ea8ba4b60d32a2b4167 (diff) | |
download | aports-3544011581f4c6373c5da7d9da1fc0fb416d20d9.tar.bz2 aports-3544011581f4c6373c5da7d9da1fc0fb416d20d9.tar.xz |
testing/mono: don't run task get-monolite-latest
This downloads some monolite tarball during build. It should not be
needed, because mono tarball already includes monolite in correct
version.
Diffstat (limited to 'testing/mono')
-rw-r--r-- | testing/mono/APKBUILD | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/testing/mono/APKBUILD b/testing/mono/APKBUILD index 75137e8726..3727f58903 100644 --- a/testing/mono/APKBUILD +++ b/testing/mono/APKBUILD @@ -36,8 +36,6 @@ build() { --with-mcs-docs=no \ --without-sigaltstack - make get-monolite-latest - # dirty hack to set paxmark on grsec kernels make || paxmark -mr mono/mini/mono-sgen && make } |