Skip to content

Commit

Permalink
Fix multirust manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
brson committed Mar 8, 2016
1 parent 967f875 commit b3da396
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test-v2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -510,19 +510,19 @@ build_mock_channel_manifest() {
printf "%s\n" "[[pkg.rust.target.$_arch.components]]" >> "$_manifest"
printf "%s\n" "pkg = \"rustc\"" >> "$_manifest"
printf "%s\n" "target = \"$_arch\"" >> "$_manifest"
printf "%s\n" "[pkg.rust.target.$_arch.components]]" >> "$_manifest"
printf "%s\n" "[[pkg.rust.target.$_arch.components]]" >> "$_manifest"
printf "%s\n" "pkg = \"rust-docs\"" >> "$_manifest"
printf "%s\n" "target = \"$_arch\"" >> "$_manifest"
printf "%s\n" "[pkg.rust.target.$_arch.components]]" >> "$_manifest"
printf "%s\n" "[[pkg.rust.target.$_arch.components]]" >> "$_manifest"
printf "%s\n" "pkg = \"cargo\"" >> "$_manifest"
printf "%s\n" "target = \"$_arch\"" >> "$_manifest"
printf "%s\n" "[pkg.rust.target.$_arch.components]]" >> "$_manifest"
printf "%s\n" "[[pkg.rust.target.$_arch.components]]" >> "$_manifest"
printf "%s\n" "pkg = \"rust-std\"" >> "$_manifest"
printf "%s\n" "target = \"$_arch\"" >> "$_manifest"
printf "%s\n" "[pkg.rust.target.$_arch.extensions]]" >> "$_manifest"
printf "%s\n" "[[pkg.rust.target.$_arch.extensions]]" >> "$_manifest"
printf "%s\n" "pkg = \"rust-std\"" >> "$_manifest"
printf "%s\n" "target = \"$CROSS_ARCH1\"" >> "$_manifest"
printf "%s\n" "[pkg.rust.target.$_arch.extensions]]" >> "$_manifest"
printf "%s\n" "[[pkg.rust.target.$_arch.extensions]]" >> "$_manifest"
printf "%s\n" "pkg = \"rust-std\"" >> "$_manifest"
printf "%s\n" "target = \"$CROSS_ARCH2\"" >> "$_manifest"

Expand Down

0 comments on commit b3da396

Please sign in to comment.