We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ed15f13 + 99071fe commit 2a4491bCopy full SHA for 2a4491b
bigendian/outer-provision.sh
@@ -1,5 +1,5 @@
1
#! /bin/bash
2
-# Copyright 2018 the Tectonic Project
+# Copyright 2018-2019 the Tectonic Project
3
# Licensed under the MIT License.
4
#
5
# Provision the Ubuntu VM that we will use to make a PowerPC install that is
@@ -11,7 +11,7 @@ mirror=http://ports.ubuntu.com/
11
version=xenial # last one to have ppc
12
arch=powerpc
13
qemu_arch=ppc
14
-rust_version=1.31.1
+rust_version=1.36.0
15
root=/buildenv-$arch
16
17
# The basic Vagrant bionic box has a really small (2 GB) disk, and we fill it
0 commit comments