File tree Expand file tree Collapse file tree 9 files changed +0
-95
lines changed Expand file tree Collapse file tree 9 files changed +0
-95
lines changed Original file line number Diff line number Diff line change 1
- #! /usr/bin/env sh
2
- # Copyright 2016 The Rust Project Developers. See the COPYRIGHT
3
- # file at the top-level directory of this distribution and at
4
- # http://rust-lang.org/COPYRIGHT.
5
- #
6
- # Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
7
- # http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
8
- # <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
9
- # option. This file may not be copied, modified, or distributed
10
- # except according to those terms.
11
-
12
1
set -ex
13
2
14
3
NDK=android-ndk-r19c
Original file line number Diff line number Diff line change 1
- #! /usr/bin/env sh
2
- # Copyright 2016 The Rust Project Developers. See the COPYRIGHT
3
- # file at the top-level directory of this distribution and at
4
- # http://rust-lang.org/COPYRIGHT.
5
- #
6
- # Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
7
- # http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
8
- # <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
9
- # option. This file may not be copied, modified, or distributed
10
- # except according to those terms.
11
-
12
1
set -ex
13
2
14
3
# Prep the SDK and emulator
Original file line number Diff line number Diff line change 1
- #! /usr/bin/env bash
2
-
3
- # Copyright 2017 The Rust Project Developers. See the COPYRIGHT
4
- # file at the top-level directory of this distribution and at
5
- # http://rust-lang.org/COPYRIGHT.
6
- #
7
- # Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
8
- # http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
9
- # <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
10
- # option. This file may not be copied, modified, or distributed
11
- # except according to those terms.
12
-
13
1
set -ex
14
2
15
3
URL=https://dl.google.com/android/repository/sys-img/android
Original file line number Diff line number Diff line change 1
- #! /usr/bin/env bash
2
- # Copyright 2017 The Rust Project Developers. See the COPYRIGHT
3
- # file at the top-level directory of this distribution and at
4
- # http://rust-lang.org/COPYRIGHT.
5
- #
6
- # Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
7
- # http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
8
- # <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
9
- # option. This file may not be copied, modified, or distributed
10
- # except according to those terms.
11
-
12
1
set -ex
13
2
14
3
# shellcheck disable=SC1091
Original file line number Diff line number Diff line change 1
- #! /usr/bin/env bash
2
- # Copyright 2017 The Rust Project Developers. See the COPYRIGHT
3
- # file at the top-level directory of this distribution and at
4
- # http://rust-lang.org/COPYRIGHT.
5
- #
6
- # Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
7
- # http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
8
- # <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
9
- # option. This file may not be copied, modified, or distributed
10
- # except according to those terms.
11
-
12
1
set -ex
13
2
14
3
hide_output () {
Original file line number Diff line number Diff line change 1
- // Copyright 2017 The Rust Project Developers. See the COPYRIGHT
2
- // file at the top-level directory of this distribution and at
3
- // http://rust-lang.org/COPYRIGHT.
4
- //
5
- // Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
6
- // http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
7
- // <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
8
- // option. This file may not be copied, modified, or distributed
9
- // except according to those terms.
10
-
11
1
// This is a script to deploy and execute a binary on an iOS simulator.
12
2
// The primary use of this is to be able to run unit tests on the simulator and
13
3
// retrieve the results.
Original file line number Diff line number Diff line change 1
- // Copyright 2018 The Rust Project Developers. See the COPYRIGHT
2
- // file at the top-level directory of this distribution and at
3
- // http://rust-lang.org/COPYRIGHT.
4
- //
5
- // Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
6
- // http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
7
- // <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
8
- // option. This file may not be copied, modified, or distributed
9
- // except according to those terms.
10
-
11
1
// libc port for HermitCore (https://hermitcore.org)
12
2
//
13
3
// Ported by Colin Fink <colin.finck@rwth-aachen.de>
Original file line number Diff line number Diff line change 1
- // Copyright 2012-2015 The Rust Project Developers. See the COPYRIGHT
2
- // file at the top-level directory of this distribution and at
3
- // http://rust-lang.org/COPYRIGHT.
4
- //
5
- // Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
6
- // http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
7
- // <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
8
- // option. This file may not be copied, modified, or distributed
9
- // except according to those terms.
10
1
//! libc - Raw FFI bindings to platforms' system libraries
11
2
//!
12
3
//! [Documentation for other platforms][pd].
Original file line number Diff line number Diff line change 1
- // Copyright 2018 The Rust Project Developers. See the COPYRIGHT
2
- // file at the top-level directory of this distribution and at
3
- // http://rust-lang.org/COPYRIGHT.
4
- //
5
- // Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
6
- // http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
7
- // <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
8
- // option. This file may not be copied, modified, or distributed
9
- // except according to those terms.
10
-
11
1
// liblibc port for HermitCore (https://hermitcore.org)
12
2
// HermitCore is a unikernel based on lwIP, newlib, and
13
3
// pthread-embedded.
You can’t perform that action at this time.
0 commit comments