Skip to content

Commit

Permalink
Move deprecated toolchains to folder to prevent mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Jan 22, 2017
1 parent e67bc4a commit b5de213
Show file tree
Hide file tree
Showing 21 changed files with 8 additions and 7 deletions.
7 changes: 4 additions & 3 deletions build_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@ echo "Hit CTRL-C to stop..."
sleep 2

CONFIGS="\
nerves_toolchain_armv5tejl_unknown_linux_musleabi \
nerves_toolchain_x86_64_unknown_linux_gnu \
nerves_toolchain_aarch64_unknown_linux_gnueabi \
nerves_toolchain_arm_unknown_linux_gnueabihf \
nerves_toolchain_armv5tejl_unknown_linux_musleabi \
nerves_toolchain_armv6_rpi_linux_gnueabi \
nerves_toolchain_i586_unknown_linux_gnu \
nerves_toolchain_mipsel_unknown_linux_musl"
nerves_toolchain_mipsel_unknown_linux_musl \
nerves_toolchain_x86_64_unknown_linux_gnu"

for CONFIG in $CONFIGS; do
echo "Starting build for $CONFIG..."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ defmodule NervesToolchainArmUnknownLinuxGnueabi.Mixfile do

defp package do
[maintainers: ["Frank Hunleth", "Justin Schneck"],
files: ["lib", "linux_x86_64_defconfig", "darwin_x86_64_defconfig", "README.md", "LICENSE", "nerves.exs", "mix.exs", "VERSION"],
files: ["lib", "defconfig", "mingw32_x86_64_defconfig", "README.md", "LICENSE", "nerves.exs", "mix.exs", "VERSION"],
licenses: ["Apache 2.0"],
links: %{"Github" => "https://github.com/nerves-project/toolchains/nerves_toolchain_arm_unknown_linux_gnueabi"}]
end
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
%{"distillery": {:hex, :distillery, "1.0.0", "a866a72bf2a3a5f078f5a249017ed951acda88a760d200512f91f585d74db1ec", [:mix], []},
"nerves": {:hex, :nerves, "0.4.5", "1a82415b7b60fef675a50be85ba8c37b13713d45a47acdded64e6e28ea9309a5", [:mix], [{:distillery, "~> 1.0.0", [hex: :distillery, optional: false]}]},
"nerves_toolchain_ctng": {:hex, :nerves_toolchain_ctng, "0.8.0", "6dff7ed51e1711c5f4da3d559bc528a8265e3dd950dda95f4d6832aed9dbe320", [:mix], []}}
3 changes: 0 additions & 3 deletions nerves_toolchain_arm_unknown_linux_gnueabi/mix.lock

This file was deleted.

0 comments on commit b5de213

Please sign in to comment.