Skip to content
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

lumo 1.10.1: fix missing dependency #80655

Merged
merged 1 commit into from May 6, 2020
Merged

Conversation

hlolli
Copy link
Member

@hlolli hlolli commented Feb 20, 2020

Motivation for this change

Lumo is currently failing on linux https://hydra.nixos.org/build/112812334 and a fix was merged today

this merge includes darwin support https://hydra.nixos.org/build/113308416 which is failing, I hope darwin can safely be left out here without affecting the linux support?

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS linux)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.

@worldofpeace
Copy link
Contributor

Can you please cherry-pick the actual commit ad56672, and not the merge commit?

@hlolli
Copy link
Member Author

hlolli commented Feb 20, 2020

@worldofpeace I've been in the habit of squashing commits on the gihub.com ui, so I messed up a bit by not squashing, so I thought the merge would make sense in this case as it would encompass the changes from 2 commits. Now I've cherry picked the 2 commits, the other one titled terribly "cleanup". It's a small mess, I hope I'm forgiven :)

@worldofpeace
Copy link
Contributor

@hlolli You can do an interactive rebase and squash that cleanup commit into the first, and make sure the first commit has the

(cherry picked from commit ef712ff)
(cherry picked from commit ad56672)

in the body.

@hlolli
Copy link
Member Author

hlolli commented Feb 20, 2020

@worldofpeace done

@worldofpeace worldofpeace changed the title release-20.03-cherry-pick: lumo Merge pull request #59414 from hlolli/lumo-bump [20.03] lumo 1.9.0 -> 1.10.1 plus darwin support Feb 21, 2020
@worldofpeace
Copy link
Contributor

worldofpeace commented Feb 21, 2020

@GrahamcOfBorg build lumo

"google-closure-compiler-js": "20170910.0.1",
"glob": "^7.1.3",
"gunzip-maybe": "^1.4.1",
"insert-module-globals": "^7.2.0",
"jszip": "github:anmonteiro/jszip#patch-1",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This repository is no longer reachable.

@hlolli hlolli changed the base branch from release-20.03 to master May 4, 2020 17:02
@hlolli hlolli changed the title [20.03] lumo 1.9.0 -> 1.10.1 plus darwin support lumo 1.9.0 -> 1.10.1 plus darwin support May 4, 2020
@hlolli
Copy link
Member Author

hlolli commented May 4, 2020

@Mic92 sorry about being a bit clueless, I didn't remember my changes being merged already :) so I changed the commit message to just refer to a fix. I tested locally and the binary compiles and runs fine, need to research if this patch was of any importance, but afaik, it wasn't.

@hlolli hlolli changed the title lumo 1.9.0 -> 1.10.1 plus darwin support lumo 1.10.1: fix missing dependency May 4, 2020
@Mic92 Mic92 merged commit f1eef41 into NixOS:master May 6, 2020
@Mic92
Copy link
Member

Mic92 commented May 6, 2020

Thanks!

@hlolli hlolli deleted the release/fix-lumo branch May 6, 2020 08:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants