Skip to content

Commit

Permalink
v1.0.0-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mobileoverlord committed Feb 22, 2018
1 parent c9abbde commit 86c64db
Show file tree
Hide file tree
Showing 30 changed files with 153 additions and 91 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
defaults: &defaults
working_directory: /home/nerves/build
environment:
ENV: CI
docker:
- image: nervesproject/toolchains

Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Toolchain Releases

## v1.0.0-rc.0

* Updated dependencies
* nerves v1.0-rc
* nerves_toolchain_ctng v1.4-rc

## v0.13.1

* Enhancements
* Build static toolchains for Linux to avoid shared library issues

Expand Down
2 changes: 1 addition & 1 deletion nerves_toolchain_aarch64_unknown_linux_gnueabi/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.13.1
1.0.0-rc.0
22 changes: 14 additions & 8 deletions nerves_toolchain_aarch64_unknown_linux_gnueabi/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,21 @@ defmodule NervesToolchainAarch64UnknownLinuxGnueabi.Mixfile do
description: description(),
package: package(),
deps: deps(),
aliases: ["deps.precompile": ["nerves.env", "deps.precompile"]]
aliases: [loadconfig: [&bootstrap/1]]
]
end

def nerves_package do
def application do
[]
end

defp bootstrap(args) do
System.put_env("MIX_TARGET", "CC")
Application.start(:nerves_bootstrap)
Mix.Task.run("loadconfig", args)
end

defp nerves_package do
[
type: :toolchain,
platform: Nerves.Toolchain.CTNG,
Expand All @@ -35,14 +45,10 @@ defmodule NervesToolchainAarch64UnknownLinuxGnueabi.Mixfile do
]
end

def application do
[]
end

defp deps do
[
{:nerves, "~> 0.9", runtime: false},
{:nerves_toolchain_ctng, "~> 1.3", runtime: false}
{:nerves, "~> 1.0-rc", runtime: false},
{:nerves_toolchain_ctng, "~> 1.4-rc", runtime: false}
]
end

Expand Down
4 changes: 2 additions & 2 deletions nerves_toolchain_aarch64_unknown_linux_gnueabi/mix.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%{
"distillery": {:hex, :distillery, "1.5.2", "eec18b2d37b55b0bcb670cf2bcf64228ed38ce8b046bb30a9b636a6f5a4c0080", [:mix], [], "hexpm"},
"nerves": {:hex, :nerves, "0.9.3", "9916c1fa3079943dc91c72f8475bfae3a6a4e98a92b317d7454b37bc919014b3", [:mix], [{:distillery, "~> 1.4", [hex: :distillery, repo: "hexpm", optional: false]}], "hexpm"},
"nerves_toolchain_ctng": {:hex, :nerves_toolchain_ctng, "1.3.1", "add96a4b12da4b50fdc5cf18517989de37cf3b329d7edf258ec794878ba06e89", [:mix], [{:nerves, "~> 0.9", [hex: :nerves, repo: "hexpm", optional: false]}], "hexpm"},
"nerves": {:hex, :nerves, "1.0.0-rc.0", "5c6cf122611d0024d06b88593aa9af46180d30712fc6ff07fa25fb9100125f1e", [:mix], [{:distillery, "~> 1.4", [hex: :distillery, repo: "hexpm", optional: false]}], "hexpm"},
"nerves_toolchain_ctng": {:hex, :nerves_toolchain_ctng, "1.4.0-rc.0", "1766752c2a854af5e0f102892d947f787f8f47ee500f564e7fdb50c4d1c4789c", [:mix], [{:nerves, "~> 1.0-rc", [hex: :nerves, repo: "hexpm", optional: false]}], "hexpm"},
}
2 changes: 1 addition & 1 deletion nerves_toolchain_arm_unknown_linux_gnueabihf/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.13.1
1.0.0-rc.0
22 changes: 14 additions & 8 deletions nerves_toolchain_arm_unknown_linux_gnueabihf/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,21 @@ defmodule NervesToolchainArmUnknownLinuxGnueabihf.Mixfile do
description: description(),
package: package(),
deps: deps(),
aliases: ["deps.precompile": ["nerves.env", "deps.precompile"]]
aliases: [loadconfig: [&bootstrap/1]]
]
end

def nerves_package do
def application do
[]
end

defp bootstrap(args) do
System.put_env("MIX_TARGET", "CC")
Application.start(:nerves_bootstrap)
Mix.Task.run("loadconfig", args)
end

defp nerves_package do
[
type: :toolchain,
platform: Nerves.Toolchain.CTNG,
Expand All @@ -35,14 +45,10 @@ defmodule NervesToolchainArmUnknownLinuxGnueabihf.Mixfile do
]
end

def application do
[]
end

defp deps do
[
{:nerves, "~> 0.9", runtime: false},
{:nerves_toolchain_ctng, "~> 1.3", runtime: false}
{:nerves, "~> 1.0-rc", runtime: false},
{:nerves_toolchain_ctng, "~> 1.4-rc", runtime: false}
]
end

Expand Down
4 changes: 2 additions & 2 deletions nerves_toolchain_arm_unknown_linux_gnueabihf/mix.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%{
"distillery": {:hex, :distillery, "1.5.2", "eec18b2d37b55b0bcb670cf2bcf64228ed38ce8b046bb30a9b636a6f5a4c0080", [:mix], [], "hexpm"},
"nerves": {:hex, :nerves, "0.9.3", "9916c1fa3079943dc91c72f8475bfae3a6a4e98a92b317d7454b37bc919014b3", [:mix], [{:distillery, "~> 1.4", [hex: :distillery, repo: "hexpm", optional: false]}], "hexpm"},
"nerves_toolchain_ctng": {:hex, :nerves_toolchain_ctng, "1.3.1", "add96a4b12da4b50fdc5cf18517989de37cf3b329d7edf258ec794878ba06e89", [:mix], [{:nerves, "~> 0.9", [hex: :nerves, repo: "hexpm", optional: false]}], "hexpm"},
"nerves": {:hex, :nerves, "1.0.0-rc.0", "5c6cf122611d0024d06b88593aa9af46180d30712fc6ff07fa25fb9100125f1e", [:mix], [{:distillery, "~> 1.4", [hex: :distillery, repo: "hexpm", optional: false]}], "hexpm"},
"nerves_toolchain_ctng": {:hex, :nerves_toolchain_ctng, "1.4.0-rc.0", "1766752c2a854af5e0f102892d947f787f8f47ee500f564e7fdb50c4d1c4789c", [:mix], [{:nerves, "~> 1.0-rc", [hex: :nerves, repo: "hexpm", optional: false]}], "hexpm"},
}
2 changes: 1 addition & 1 deletion nerves_toolchain_armv5tejl_unknown_linux_musleabi/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.13.1
1.0.0-rc.0
22 changes: 14 additions & 8 deletions nerves_toolchain_armv5tejl_unknown_linux_musleabi/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,21 @@ defmodule NervesToolchainArmv5tejlUnknownLinuxMusleabi.Mixfile do
description: description(),
package: package(),
deps: deps(),
aliases: ["deps.precompile": ["nerves.env", "deps.precompile"]]
aliases: [loadconfig: [&bootstrap/1]]
]
end

def nerves_package do
def application do
[]
end

defp bootstrap(args) do
System.put_env("MIX_TARGET", "CC")
Application.start(:nerves_bootstrap)
Mix.Task.run("loadconfig", args)
end

defp nerves_package do
[
type: :toolchain,
platform: Nerves.Toolchain.CTNG,
Expand All @@ -35,14 +45,10 @@ defmodule NervesToolchainArmv5tejlUnknownLinuxMusleabi.Mixfile do
]
end

def application do
[]
end

defp deps do
[
{:nerves, "~> 0.9", runtime: false},
{:nerves_toolchain_ctng, "~> 1.3", runtime: false}
{:nerves, "~> 1.0-rc", runtime: false},
{:nerves_toolchain_ctng, "~> 1.4-rc", runtime: false}
]
end

Expand Down
4 changes: 2 additions & 2 deletions nerves_toolchain_armv5tejl_unknown_linux_musleabi/mix.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%{
"distillery": {:hex, :distillery, "1.5.2", "eec18b2d37b55b0bcb670cf2bcf64228ed38ce8b046bb30a9b636a6f5a4c0080", [:mix], [], "hexpm"},
"nerves": {:hex, :nerves, "0.9.3", "9916c1fa3079943dc91c72f8475bfae3a6a4e98a92b317d7454b37bc919014b3", [:mix], [{:distillery, "~> 1.4", [hex: :distillery, repo: "hexpm", optional: false]}], "hexpm"},
"nerves_toolchain_ctng": {:hex, :nerves_toolchain_ctng, "1.3.1", "add96a4b12da4b50fdc5cf18517989de37cf3b329d7edf258ec794878ba06e89", [:mix], [{:nerves, "~> 0.9", [hex: :nerves, repo: "hexpm", optional: false]}], "hexpm"},
"nerves": {:hex, :nerves, "1.0.0-rc.0", "5c6cf122611d0024d06b88593aa9af46180d30712fc6ff07fa25fb9100125f1e", [:mix], [{:distillery, "~> 1.4", [hex: :distillery, repo: "hexpm", optional: false]}], "hexpm"},
"nerves_toolchain_ctng": {:hex, :nerves_toolchain_ctng, "1.4.0-rc.0", "1766752c2a854af5e0f102892d947f787f8f47ee500f564e7fdb50c4d1c4789c", [:mix], [{:nerves, "~> 1.0-rc", [hex: :nerves, repo: "hexpm", optional: false]}], "hexpm"},
}
2 changes: 1 addition & 1 deletion nerves_toolchain_armv6_rpi_linux_gnueabi/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.13.1
1.0.0-rc.0
22 changes: 14 additions & 8 deletions nerves_toolchain_armv6_rpi_linux_gnueabi/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,21 @@ defmodule NervesToolchainArmv6RpiLinuxGnueabi.Mixfile do
description: description(),
package: package(),
deps: deps(),
aliases: ["deps.precompile": ["nerves.env", "deps.precompile"]]
aliases: [loadconfig: [&bootstrap/1]]
]
end

def nerves_package do
def application do
[]
end

defp bootstrap(args) do
System.put_env("MIX_TARGET", "CC")
Application.start(:nerves_bootstrap)
Mix.Task.run("loadconfig", args)
end

defp nerves_package do
[
type: :toolchain,
platform: Nerves.Toolchain.CTNG,
Expand All @@ -35,14 +45,10 @@ defmodule NervesToolchainArmv6RpiLinuxGnueabi.Mixfile do
]
end

def application do
[]
end

defp deps do
[
{:nerves, "~> 0.9", runtime: false},
{:nerves_toolchain_ctng, "~> 1.3", runtime: false}
{:nerves, "~> 1.0-rc", runtime: false},
{:nerves_toolchain_ctng, "~> 1.4-rc", runtime: false}
]
end

Expand Down
4 changes: 2 additions & 2 deletions nerves_toolchain_armv6_rpi_linux_gnueabi/mix.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%{
"distillery": {:hex, :distillery, "1.5.2", "eec18b2d37b55b0bcb670cf2bcf64228ed38ce8b046bb30a9b636a6f5a4c0080", [:mix], [], "hexpm"},
"nerves": {:hex, :nerves, "0.9.3", "9916c1fa3079943dc91c72f8475bfae3a6a4e98a92b317d7454b37bc919014b3", [:mix], [{:distillery, "~> 1.4", [hex: :distillery, repo: "hexpm", optional: false]}], "hexpm"},
"nerves_toolchain_ctng": {:hex, :nerves_toolchain_ctng, "1.3.1", "add96a4b12da4b50fdc5cf18517989de37cf3b329d7edf258ec794878ba06e89", [:mix], [{:nerves, "~> 0.9", [hex: :nerves, repo: "hexpm", optional: false]}], "hexpm"},
"nerves": {:hex, :nerves, "1.0.0-rc.0", "5c6cf122611d0024d06b88593aa9af46180d30712fc6ff07fa25fb9100125f1e", [:mix], [{:distillery, "~> 1.4", [hex: :distillery, repo: "hexpm", optional: false]}], "hexpm"},
"nerves_toolchain_ctng": {:hex, :nerves_toolchain_ctng, "1.4.0-rc.0", "1766752c2a854af5e0f102892d947f787f8f47ee500f564e7fdb50c4d1c4789c", [:mix], [{:nerves, "~> 1.0-rc", [hex: :nerves, repo: "hexpm", optional: false]}], "hexpm"},
}
5 changes: 5 additions & 0 deletions nerves_toolchain_ctng/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v1.4.0-rc.0

* Updated dependencies
* nerves v1.0-rc

## v1.3.1

* Enhancements
Expand Down
2 changes: 1 addition & 1 deletion nerves_toolchain_ctng/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.1
1.4.0-rc.0
2 changes: 1 addition & 1 deletion nerves_toolchain_ctng/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ defmodule Nerves.Toolchain.Ctng.Mixfile do
end

defp deps do
[{:nerves, "~> 0.9", runtime: false}]
[{:nerves, "~> 1.0-rc", runtime: false}]
end

defp description do
Expand Down
2 changes: 1 addition & 1 deletion nerves_toolchain_ctng/mix.lock
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%{
"distillery": {:hex, :distillery, "1.5.2", "eec18b2d37b55b0bcb670cf2bcf64228ed38ce8b046bb30a9b636a6f5a4c0080", [:mix], [], "hexpm"},
"nerves": {:hex, :nerves, "0.9.0", "41f95cb299565f0b759924430f62d1ae7399f4552d8dcbf83699103fda8fd5ad", [:mix], [{:distillery, "~> 1.4", [hex: :distillery, repo: "hexpm", optional: false]}], "hexpm"},
"nerves": {:hex, :nerves, "1.0.0-rc.0", "5c6cf122611d0024d06b88593aa9af46180d30712fc6ff07fa25fb9100125f1e", [:mix], [{:distillery, "~> 1.4", [hex: :distillery, repo: "hexpm", optional: false]}], "hexpm"},
}
2 changes: 1 addition & 1 deletion nerves_toolchain_i586_unknown_linux_gnu/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.13.1
1.0.0-rc.0
22 changes: 14 additions & 8 deletions nerves_toolchain_i586_unknown_linux_gnu/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,21 @@ defmodule NervesToolchainI586UnknownLinuxGnu.Mixfile do
description: description(),
package: package(),
deps: deps(),
aliases: ["deps.precompile": ["nerves.env", "deps.precompile"]]
aliases: [loadconfig: [&bootstrap/1]]
]
end

def nerves_package do
def application do
[]
end

defp bootstrap(args) do
System.put_env("MIX_TARGET", "CC")
Application.start(:nerves_bootstrap)
Mix.Task.run("loadconfig", args)
end

defp nerves_package do
[
type: :toolchain,
platform: Nerves.Toolchain.CTNG,
Expand All @@ -35,14 +45,10 @@ defmodule NervesToolchainI586UnknownLinuxGnu.Mixfile do
]
end

def application do
[]
end

defp deps do
[
{:nerves, "~> 0.9", runtime: false},
{:nerves_toolchain_ctng, "~> 1.3", runtime: false}
{:nerves, "~> 1.0-rc", runtime: false},
{:nerves_toolchain_ctng, "~> 1.4-rc", runtime: false}
]
end

Expand Down
4 changes: 2 additions & 2 deletions nerves_toolchain_i586_unknown_linux_gnu/mix.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%{
"distillery": {:hex, :distillery, "1.5.2", "eec18b2d37b55b0bcb670cf2bcf64228ed38ce8b046bb30a9b636a6f5a4c0080", [:mix], [], "hexpm"},
"nerves": {:hex, :nerves, "0.9.3", "9916c1fa3079943dc91c72f8475bfae3a6a4e98a92b317d7454b37bc919014b3", [:mix], [{:distillery, "~> 1.4", [hex: :distillery, repo: "hexpm", optional: false]}], "hexpm"},
"nerves_toolchain_ctng": {:hex, :nerves_toolchain_ctng, "1.3.1", "add96a4b12da4b50fdc5cf18517989de37cf3b329d7edf258ec794878ba06e89", [:mix], [{:nerves, "~> 0.9", [hex: :nerves, repo: "hexpm", optional: false]}], "hexpm"},
"nerves": {:hex, :nerves, "1.0.0-rc.0", "5c6cf122611d0024d06b88593aa9af46180d30712fc6ff07fa25fb9100125f1e", [:mix], [{:distillery, "~> 1.4", [hex: :distillery, repo: "hexpm", optional: false]}], "hexpm"},
"nerves_toolchain_ctng": {:hex, :nerves_toolchain_ctng, "1.4.0-rc.0", "1766752c2a854af5e0f102892d947f787f8f47ee500f564e7fdb50c4d1c4789c", [:mix], [{:nerves, "~> 1.0-rc", [hex: :nerves, repo: "hexpm", optional: false]}], "hexpm"},
}
2 changes: 1 addition & 1 deletion nerves_toolchain_mipsel_unknown_linux_musl/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.13.1
1.0.0-rc.0
22 changes: 14 additions & 8 deletions nerves_toolchain_mipsel_unknown_linux_musl/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,21 @@ defmodule NervesToolchainMipselUnknownLinuxMusl.Mixfile do
description: description(),
package: package(),
deps: deps(),
aliases: ["deps.precompile": ["nerves.env", "deps.precompile"]]
aliases: [loadconfig: [&bootstrap/1]]
]
end

def nerves_package do
def application do
[]
end

defp bootstrap(args) do
System.put_env("MIX_TARGET", "CC")
Application.start(:nerves_bootstrap)
Mix.Task.run("loadconfig", args)
end

defp nerves_package do
[
type: :toolchain,
platform: Nerves.Toolchain.CTNG,
Expand All @@ -35,14 +45,10 @@ defmodule NervesToolchainMipselUnknownLinuxMusl.Mixfile do
]
end

def application do
[]
end

defp deps do
[
{:nerves, "~> 0.9", runtime: false},
{:nerves_toolchain_ctng, "~> 1.3", runtime: false}
{:nerves, "~> 1.0-rc", runtime: false},
{:nerves_toolchain_ctng, "~> 1.4-rc", runtime: false}
]
end

Expand Down
4 changes: 2 additions & 2 deletions nerves_toolchain_mipsel_unknown_linux_musl/mix.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%{
"distillery": {:hex, :distillery, "1.5.2", "eec18b2d37b55b0bcb670cf2bcf64228ed38ce8b046bb30a9b636a6f5a4c0080", [:mix], [], "hexpm"},
"nerves": {:hex, :nerves, "0.9.3", "9916c1fa3079943dc91c72f8475bfae3a6a4e98a92b317d7454b37bc919014b3", [:mix], [{:distillery, "~> 1.4", [hex: :distillery, repo: "hexpm", optional: false]}], "hexpm"},
"nerves_toolchain_ctng": {:hex, :nerves_toolchain_ctng, "1.3.1", "add96a4b12da4b50fdc5cf18517989de37cf3b329d7edf258ec794878ba06e89", [:mix], [{:nerves, "~> 0.9", [hex: :nerves, repo: "hexpm", optional: false]}], "hexpm"},
"nerves": {:hex, :nerves, "1.0.0-rc.0", "5c6cf122611d0024d06b88593aa9af46180d30712fc6ff07fa25fb9100125f1e", [:mix], [{:distillery, "~> 1.4", [hex: :distillery, repo: "hexpm", optional: false]}], "hexpm"},
"nerves_toolchain_ctng": {:hex, :nerves_toolchain_ctng, "1.4.0-rc.0", "1766752c2a854af5e0f102892d947f787f8f47ee500f564e7fdb50c4d1c4789c", [:mix], [{:nerves, "~> 1.0-rc", [hex: :nerves, repo: "hexpm", optional: false]}], "hexpm"},
}
2 changes: 1 addition & 1 deletion nerves_toolchain_x86_64_unknown_linux_gnu/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.13.1
1.0.0-rc.0
Loading

0 comments on commit 86c64db

Please sign in to comment.