| 4 Jun 2024 |
Sandro π§ | and yeah, that PR should be backported π | 20:37:37 |
m1cr0man | In reply to @sandro:supersandro.de
git checkout release-24.11 -b backport-xxxx
git cherry-pick hash
vim file/path
# fix the issue
git add file/path
git cherry-pick --continue
git push
Huh, did not know you could check out a ref with -b at the same time. I always checkout then checkout again π | 20:54:34 |
Sandro π§ | In reply to @m1cr0man:m1cr0man.com Huh, did not know you could check out a ref with -b at the same time. I always checkout then checkout again π TYL | 22:01:39 |
| 5 Jun 2024 |
Arian | all done! thanks all | 06:37:01 |
StΓ©phan | Arian: Thanks for carrying the PR through. I'm in the middle of a move, so couldn't respond in time. π | 08:07:45 |
| 7 Jun 2024 |
| @alex3829:matrix.org removed their display name real_z2. | 23:44:21 |
| 24 Jun 2024 |
| @janik0:matrix.org left the room. | 13:05:57 |
| 29 Jun 2024 |
| mib π₯ joined the room. | 22:24:48 |
| 2 Jul 2024 |
osnyx (he/him) | Hey, any progress on https://github.com/NixOS/nixpkgs/pull/318818? The tests now pass. | 20:59:58 |
emily | is the aarch64 failure just flakiness? | 21:03:10 |
osnyx (he/him) | Good question, I don't have the hardware. I can see whether I can re-trigger the ofborg test. But I can say that the test failure is not in the subtest I've touched, but much earlier. | 21:36:01 |
osnyx (he/him) | I'm using ofborg far too rarely, is it possible to call the test just for a specific platform? | 21:38:24 |
emily | I think just asking it to run all the tests is fine, although I forget if it'll do it with no changes or not | 21:39:11 |