aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2021-01-14 12:15:53 +0000
committerChristophe Lyon <christophe.lyon@linaro.org>2021-01-14 13:58:54 +0000
commitb815a108b284119509e9c8c5b3c773c171664866 (patch)
tree77cf2d7c39237c6d28ff88c776b91172dd987bbb
parent91e99f478e3ac30d1f3234b2dddd6c5674504a13 (diff)
Update gmp and mpfr versions in reference manifest
Since we recently unconditionally updated the versions of gmp and mpfr, we need to update the manifest we use for testing to avoid failures. Change-Id: Ibad04973d0fd38319102466ea51c56bd2c482f5e
-rw-r--r--test-data/ref-1.1/orig-manifest1.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/test-data/ref-1.1/orig-manifest1.txt b/test-data/ref-1.1/orig-manifest1.txt
index 81bb0ec..d3810c5 100644
--- a/test-data/ref-1.1/orig-manifest1.txt
+++ b/test-data/ref-1.1/orig-manifest1.txt
@@ -3,13 +3,13 @@ manifest_format=1.1
# Note that for ABE, these parameters are not used
# Component data for gmp
gmp_url=http://snapshots.linaro.org/components/toolchain/infrastructure/
-gmp_filespec=gmp-6.0.0a.tar.xz
+gmp_filespec=gmp-6.1.2.tar.xz
gmp_configure="--enable-cxx --enable-fft"
gmp_staticlink="yes"
# Component data for mpfr
mpfr_url=http://snapshots.linaro.org/components/toolchain/infrastructure/
-mpfr_filespec=mpfr-3.1.3.tar.xz
+mpfr_filespec=mpfr-3.1.5.tar.xz
mpfr_configure="--with-gmp=${local_builds}/destdir/x86_64-unknown-linux-gnu"
mpfr_staticlink="yes"