Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
liblibc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
redox-os
liblibc
Commits
ab9a0112
Commit
ab9a0112
authored
Dec 02, 2016
by
bors
Browse files
Options
Browse Files
Download
Plain Diff
Auto merge of #461 - alexcrichton:bump, r=alexcrichton
Bump to 0.2.18
parents
94848c19
93dbca01
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
12 deletions
+14
-12
.travis.yml
.travis.yml
+7
-8
Cargo.lock
Cargo.lock
+2
-2
Cargo.toml
Cargo.toml
+1
-1
ci/docker/mips-unknown-linux-musl/Dockerfile
ci/docker/mips-unknown-linux-musl/Dockerfile
+4
-1
No files found.
.travis.yml
View file @
ab9a0112
...
...
@@ -33,7 +33,7 @@ matrix:
# build documentation
-
os
:
linux
env
:
TARGET=x86_64-unknown-linux-gnu
rust
:
nightly
rust
:
nightly
-2016-11-26
script
:
sh ci/dox.sh
# stable compat
...
...
@@ -87,7 +87,10 @@ matrix:
rust
:
stable
-
os
:
linux
env
:
TARGET=mips64-unknown-linux-gnuabi64
rust
:
nightly
rust
:
beta
-
os
:
linux
env
:
TARGET=mips-unknown-linux-gnu
rust
:
beta
# beta
-
os
:
linux
...
...
@@ -100,14 +103,10 @@ matrix:
# nightly
-
os
:
linux
env
:
TARGET=x86_64-unknown-linux-gnu
rust
:
nightly
rust
:
nightly
-2016-11-26
-
os
:
osx
env
:
TARGET=x86_64-apple-darwin
rust
:
nightly
-
os
:
linux
env
:
TARGET=mips-unknown-linux-gnu
# not sure why this has to be nightly...
rust
:
nightly
rust
:
nightly-2016-11-26
# QEMU based targets that compile in an emulator
-
os
:
linux
...
...
Cargo.lock
View file @
ab9a0112
...
...
@@ -3,7 +3,7 @@ name = "libc-test"
version = "0.1.0"
dependencies = [
"ctest 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.1
7
",
"libc 0.2.1
8
",
]
[[package]]
...
...
@@ -48,7 +48,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "libc"
version = "0.2.1
7
"
version = "0.2.1
8
"
[[package]]
name = "log"
...
...
Cargo.toml
View file @
ab9a0112
[package]
name
=
"libc"
version
=
"0.2.1
7
"
version
=
"0.2.1
8
"
authors
=
[
"The Rust Project Developers"
]
license
=
"MIT/Apache-2.0"
readme
=
"README.md"
...
...
ci/docker/mips-unknown-linux-musl/Dockerfile
View file @
ab9a0112
...
...
@@ -6,7 +6,10 @@ RUN apt-get install -y --no-install-recommends \
bzip2
RUN
mkdir
/toolchain
RUN
curl
-L
https://downloads.openwrt.org/snapshots/trunk/ar71xx/generic/OpenWrt-SDK-ar71xx-generic_gcc-5.3.0_musl-1.1.15.Linux-x86_64.tar.bz2 |
\
# Note that this originally came from:
# https://downloads.openwrt.org/snapshots/trunk/ar71xx/generic/OpenWrt-SDK-ar71xx-generic_gcc-5.3.0_musl-1.1.15.Linux-x86_64.tar.bz2
RUN
curl
-L
https://s3.amazonaws.com/rust-lang-ci/libc/OpenWrt-SDK-ar71xx-generic_gcc-5.3.0_musl-1.1.15.Linux-x86_64.tar.bz2 |
\
tar
xjf -
-C
/toolchain
--strip-components
=
1
ENV
PATH=$PATH:/rust/bin:/toolchain/staging_dir/toolchain-mips_34kc_gcc-5.3.0_musl-1.1.15/bin \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment