!yNLbWuxtZEZoUZYwKG:nixos.org

Nix Geospatial Team

33 Members
Nix Geospatial packages maintenance. Team board - https://github.com/orgs/NixOS/projects/47/views/18 Servers

Load older messages


SenderMessageTime
25 May 2024
@imincik:matrix.orgIvan Mincik (imincik) * sikmir: are you able to test the build of owslib on Darwin for this PR https://github.com/NixOS/nixpkgs/pull/314546 ? Thanks 10:39:05
@sikmir:matrix.orgsikmir
In reply to @imincik:matrix.org
sikmir: are you able to test the build of owslib on Darwin for this PR https://github.com/NixOS/nixpkgs/pull/314546 ? Thanks
Build on darwin is ok for me (163 passed, 70 deselected, 9 warnings).
10:56:24
@imincik:matrix.orgIvan Mincik (imincik)
In reply to @sikmir:matrix.org
Build on darwin is ok for me (163 passed, 70 deselected, 9 warnings).
Great thanks. Greetings from ZHF Zurich meetup !
11:01:14
@sikmir:matrix.orgsikmir
In reply to @imincik:matrix.org
sikmir: are you able to test the build of owslib on Darwin for this PR https://github.com/NixOS/nixpkgs/pull/314546 ? Thanks
By the way, I think it's great idea to request upstreams to properly mark tests that require network access, so we can easily skip it.
13:18:48
26 May 2024
@imincik:matrix.orgIvan Mincik (imincik)Another ZHF PR, easy to review: https://github.com/NixOS/nixpkgs/pull/31480109:14:36
@sikmir:matrix.orgsikmirOne more adoption https://github.com/NixOS/nixpkgs/pull/31487715:50:06
30 May 2024
@imincik:matrix.orgIvan Mincik (imincik)Easy one to review: https://github.com/NixOS/nixpkgs/pull/31504209:36:03
@das-g:matrix.orgdas-g nix run nixpkgs#nixpkgs-review -- pr 315042 keeps getting OOM-killed after a while (more often than not with my whole GNOME session). Is there a way to find out which of the builds takes up so much memory, so that I can tell nixpkgs-review to skip it? 14:17:38
@das-g:matrix.orgdas-g * nix run nixpkgs#nixpkgs-review -- pr 315042 keeps getting OOM-killed after a while (more often than not taking my whole GNOME session down with it). Is there a way to find out which of the builds takes up so much memory, so that I can tell nixpkgs-review to skip it? 14:18:06
@imincik:matrix.orgIvan Mincik (imincik)
In reply to @das-g:matrix.org
nix run nixpkgs#nixpkgs-review -- pr 315042 keeps getting OOM-killed after a while (more often than not taking my whole GNOME session down with it). Is there a way to find out which of the builds takes up so much memory, so that I can tell nixpkgs-review to skip it?
You can lower the number of jobs executed in parallel using something like this nixpkgs-review pr --build-args "--max-jobs 2 --cores 8" --post-result 315042
20:16:10
31 May 2024
@das-g:matrix.orgdas-g
In reply to @imincik:matrix.org
Another ZHF PR, easy to review: https://github.com/NixOS/nixpkgs/pull/314801
This should probably be backported to 24.05. Shall I add the labels backport release-24.05 and/or backport staging-24.05?
14:42:42
2 Jun 2024
@imincik:matrix.orgIvan Mincik (imincik)
In reply to @das-g:matrix.org
This should probably be backported to 24.05. Shall I add the labels backport release-24.05 and/or backport staging-24.05?
Yes, please add the label. Sorry, I forgot to do it.
19:58:10
@imincik:matrix.orgIvan Mincik (imincik)Should be back ported to release-24.0519:59:16
3 Jun 2024
@das-g:matrix.orgdas-g Backport to staging-24.05: https://github.com/NixOS/nixpkgs/pull/316915
Backport to release-24.05: https://github.com/NixOS/nixpkgs/pull/316916
13:54:59
@imincik:matrix.orgIvan Mincik (imincik)
In reply to @das-g:matrix.org
Backport to staging-24.05: https://github.com/NixOS/nixpkgs/pull/316915
Backport to release-24.05: https://github.com/NixOS/nixpkgs/pull/316916
Why two PRs (one to staging and one to master)
13:56:39
@imincik:matrix.orgIvan Mincik (imincik)
In reply to @das-g:matrix.org
Backport to staging-24.05: https://github.com/NixOS/nixpkgs/pull/316915
Backport to release-24.05: https://github.com/NixOS/nixpkgs/pull/316916
* Why two PRs (one to staging and one to master) ?
13:56:43
@das-g:matrix.orgdas-gI've seen it done this way during ZHF for stuff that blocks other builds on both branches. Is it to be handled differently after release? Oder was that the wrong thing to do already during ZHF?14:00:15
@das-g:matrix.orgdas-g
In reply to @imincik:matrix.org
Should be back ported to release-24.05
Ah, I see you mentioned only the release branch here. Shall I close the PR to staging?
14:01:27
@imincik:matrix.orgIvan Mincik (imincik)
In reply to @das-g:matrix.org
I've seen it done this way during ZHF for stuff that blocks other builds on both branches. Is it to be handled differently after release? Oder was that the wrong thing to do already during ZHF?
I am not sure about ZHF, but for now we need only one PR to master.
14:01:34
@das-g:matrix.orgdas-g master already has the change through https://github.com/NixOS/nixpkgs/pull/314801. But as the release branches were cut off before that, they don't have it yet. 14:02:41
@imincik:matrix.orgIvan Mincik (imincik)
In reply to @das-g:matrix.org
I've seen it done this way during ZHF for stuff that blocks other builds on both branches. Is it to be handled differently after release? Oder was that the wrong thing to do already during ZHF?
* I am not sure about ZHF, but for now we need only one PR to release-24.05.
14:03:22
@imincik:matrix.orgIvan Mincik (imincik)
In reply to @das-g:matrix.org
master already has the change through https://github.com/NixOS/nixpkgs/pull/314801. But as the release branches were cut off before that, they don't have it yet.
Sorry, to release-24.05.
14:03:44
@das-g:matrix.orgdas-gI'll close the staging one then and remove that tag.14:04:03
@das-g:matrix.orgdas-g * ~Backport to staging-24.05: https://github.com/NixOS/nixpkgs/pull/316915~
Backport to release-24.05: https://github.com/NixOS/nixpkgs/pull/316916
14:07:51
@das-g:matrix.orgdas-g * ~~Backport to staging-24.05: https://github.com/NixOS/nixpkgs/pull/316915~~
Backport to release-24.05: https://github.com/NixOS/nixpkgs/pull/316916
14:08:01
@das-g:matrix.orgdas-g * Backport to staging-24.05: https://github.com/NixOS/nixpkgs/pull/316915
Backport to release-24.05: https://github.com/NixOS/nixpkgs/pull/316916
14:08:12
9 Jun 2024
@sikmir:matrix.orgsikmirMore geospatial packages: https://github.com/NixOS/nixpkgs/pull/31844806:22:19
@imincik:matrix.orgIvan Mincik (imincik) sikmir: are you able to run nixpkgs-review on Darwin for libspatialindex PR ? Thanks 09:25:47
10 Jun 2024
@imincik:matrix.orgIvan Mincik (imincik)GDAL 3.9 PR finally ready for review - https://github.com/NixOS/nixpkgs/pull/31131016:46:22
11 Jun 2024
@sikmir:matrix.orgsikmirnixpkgs-review pr 311310 takes me already 20h5m15s on darwin, I guess it's no hope to get it done) At least 3 fails so far: python3.11-python-mapnik-unstable-2023-02-23, mapnik-unstable-2023-11-28 and octave-8.4.0-geometry-unstable-2021-07-07.13:17:55

Show newer messages


Back to Room ListRoom Version: 10