-
-
Notifications
You must be signed in to change notification settings - Fork 14.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
consul: 0.9.3 -> 1.2.2 #44192
consul: 0.9.3 -> 1.2.2 #44192
Conversation
pkgs/servers/consul/default.nix
Outdated
@@ -1,8 +1,8 @@ | |||
{ stdenv, buildGoPackage, consul-ui, fetchFromGitHub }: | |||
{ stdenv, buildGo110Package, consul-ui, fetchFromGitHub }: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
buildGoPackage
is the same as buildGo110Package
in master.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does nixos module work with update?
The NixOS module works (that's how I tested it). I presume I should amend this commit to switch back to buildGoPackage? |
Yes. Please revert the |
(modified the title because we currently have 0.9.3) |
@GrahamcOfBorg build consul |
Success on aarch64-linux (full log) Attempted: consul Partial log (click to expand)
|
Success on x86_64-darwin (full log) Attempted: consul Partial log (click to expand)
|
Success on x86_64-linux (full log) Attempted: consul Partial log (click to expand)
|
#41268 should've fixed the UI, unless it's failing again |
Let's close this one for now, new effort with v1.3.0 in #48714 |
Removes the old UI build tooling; it is no longer necessary because as of 1.2.0 it's bundled into the server binary. It doesn't even need to have JS built, because it's bundled into the release commit's source tree (see NixOS#48714). The UI is enabled by default, so the NixOS service is updated to directly use `ui = webUi;` now. Fixes NixOS#48714. Fixes NixOS#44192. Fixes NixOS#41243. Fixes NixOS#35602. Signed-off-by: Niklas Hambüchen <mail@nh2.me>
0.8.3 is ~a year out of date
This doesn't touch the web UI; I'm going to look into into
packaging the new webUI in the near future. The existing webUI
package fails to build on 18.03 anyhow. (The Consul Web UI has
been completely rewritten between 0.8.3 and 1.2.1)
sandbox
innix.conf
on non-NixOS)nixos/tests)
nix-shell -p nox --run "nox-review wip"
./result/bin/
)nix path-info -S
before and after)