Skip to content

syncyomi: migrate to pnpm 10 and fetcherVersion 4#529525

Merged
khaneliman merged 1 commit into
NixOS:masterfrom
MiniHarinn:fix/syncyomi
Jun 11, 2026
Merged

syncyomi: migrate to pnpm 10 and fetcherVersion 4#529525
khaneliman merged 1 commit into
NixOS:masterfrom
MiniHarinn:fix/syncyomi

Conversation

@MiniHarinn

Copy link
Copy Markdown
Contributor

Also fetcherVersion to 4 as recommended in the issue.

Things done

@nixpkgs-ci nixpkgs-ci Bot added 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 11.by: package-maintainer This PR was created by a maintainer of all the package it changes. 10.rebuild-darwin: 1 This PR causes 1 package to rebuild on Darwin. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux. labels Jun 8, 2026
@MiniHarinn

Copy link
Copy Markdown
Contributor Author

nixpkgs-review result

Generated using nixpkgs-review-gha

Command: nixpkgs-review pr 529525
Commit: 73ad55b02e07e33afb90f2d71bcc1b44804e4651 (subsequent changes)
Merge: 55f40a7c59f2139a58f05e62a4bc1dcc8bcaa190

Logs: https://github.com/MiniHarinn/nixpkgs-review-gha/actions/runs/27139963695


x86_64-linux

✅ 1 package built:
  • syncyomi

aarch64-linux

✅ 1 package built:
  • syncyomi

x86_64-darwin (sandbox = relaxed)

❌ 1 package failed to build:
  • syncyomi

aarch64-darwin (sandbox = relaxed)

❌ 1 package failed to build:
  • syncyomi

@MiniHarinn MiniHarinn marked this pull request as ready for review June 8, 2026 13:37
@MiniHarinn

Copy link
Copy Markdown
Contributor Author

Already been broken on darwin for quite a while....

@nixpkgs-ci nixpkgs-ci Bot requested a review from eriedaberrie June 8, 2026 14:15
@dotlambda dotlambda mentioned this pull request Jun 8, 2026
54 tasks
@khaneliman

Copy link
Copy Markdown
Contributor

Already been broken on darwin for quite a while....

Not according to hydra

hydra-check --channel master --arch aarch64-darwin syncyomi
Build Status for syncyomi.aarch64-darwin on jobset nixpkgs/unstable
https://hydra.nixos.org/job/nixpkgs/unstable/syncyomi.aarch64-darwin
✔ syncyomi-1.1.7 2026-06-06 https://hydra.nixos.org/build/331091831
✔ syncyomi-1.1.7 2026-06-04 https://hydra.nixos.org/build/330779606
⏹ (Cancelled) syncyomi-1.1.7 2026-06-04 https://hydra.nixos.org/build/330757120
✔ syncyomi-1.1.7 2026-05-29 https://hydra.nixos.org/build/330627961
✔ syncyomi-1.1.7 2026-05-25 https://hydra.nixos.org/build/330334984
✔ syncyomi-1.1.7 2026-05-24 https://hydra.nixos.org/build/329755706
✔ syncyomi-1.1.7 2026-05-20 https://hydra.nixos.org/build/329489902
✔ syncyomi-1.1.7 2026-05-13 https://hydra.nixos.org/build/328901524
✔ syncyomi-1.1.7 2026-04-23 https://hydra.nixos.org/build/327187055
✔ syncyomi-1.1.7 2026-04-07 https://hydra.nixos.org/build/325879102

@MiniHarinn

Copy link
Copy Markdown
Contributor Author

Hmm, I probably recalled it wrong, sorry about that. I don't have a Darwin platform to be able to debug it, but I will try my best with GHA :D

@MiniHarinn

Copy link
Copy Markdown
Contributor Author

Darwin maintainers, can i have your help? it looked to me that this might be gha-specific issue, would you guys mind building this checkout for me?

@MiniHarinn MiniHarinn requested a review from a team June 11, 2026 16:43
@khaneliman

Copy link
Copy Markdown
Contributor

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 529525
Commit: 73ad55b02e07e33afb90f2d71bcc1b44804e4651


x86_64-darwin

❌ 1 package failed to build:
  • syncyomi

aarch64-darwin

❌ 1 package failed to build:
  • syncyomi

@MiniHarinn

Copy link
Copy Markdown
Contributor Author

I have no idea whats wrong :p its definitely something inside the web.

@MiniHarinn MiniHarinn removed the request for review from a team June 11, 2026 16:58
@khaneliman

khaneliman commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

dependencies:
> + @fortawesome/fontawesome-free 6.7.2
> + @fortawesome/free-brands-svg-icons 6.7.2
> + @fortawesome/free-regular-svg-icons 6.7.2
> + @fortawesome/free-solid-svg-icons 6.7.2
> + @mdi/font 7.4.47
> + @tanstack/vue-query 5.92.9
> + date-fns 3.6.0
> + pinia 2.3.1
> + portal-vue 3.0.0
> + qrcode.vue 3.8.0
> + roboto-fontface 0.10.0
> + vue 3.5.29
> + vue-router 4.6.4
> + vuetify 3.12.1
> + webfontloader 1.6.28
>
> devDependencies:
> + @types/node 20.19.35
> + @types/webfontloader 1.6.38
> + @vitejs/plugin-vue 5.2.4
> + @vue/eslint-config-typescript 12.0.0
> + autoprefixer 10.4.27
> + eslint 8.57.1
> + eslint-plugin-vue 9.33.0
> + postcss 8.5.6
> + prettier 3.1.1
> + tailwindcss 3.4.19
> + typescript 5.9.3
> + vite 5.4.21
> + vite-plugin-vuetify 2.1.3
> + vue-tsc 2.2.12
> /nix/store/syzv4b1sxcsvrqdw4fcjscjcp2r1dgbw-stdenv-darwin/setup: line 1826: 90590 Killed: 9 pnpm install --force --ignore-scripts --registry="$NIX_NPM_REGISTRY" --frozen-lockfile

Just dies on this for some reason

@MiniHarinn

Copy link
Copy Markdown
Contributor Author

At first I thought it got OOM inside GHA, but that does not seem to be the case.

@MiniHarinn

Copy link
Copy Markdown
Contributor Author

nixpkgs-review result

Generated using nixpkgs-review-gha

Command: nixpkgs-review pr 529525
Commit: 69cfab08242ad712333d829403c0d86822a93498 (subsequent changes)
Merge: 43a0145db5593d080261ced1df5b8c302949a3b9

Logs: https://github.com/MiniHarinn/nixpkgs-review-gha/actions/runs/27364824840


x86_64-linux

✅ 1 package built:
  • syncyomi

aarch64-linux

✅ 1 package built:
  • syncyomi

x86_64-darwin (sandbox = relaxed)

✅ 1 package built:
  • syncyomi

aarch64-darwin (sandbox = relaxed)

✅ 1 package built:
  • syncyomi

@khaneliman khaneliman changed the title syncyomi: migrate to pnpm 11 and fetcherVersion 4 syncyomi: migrate to pnpm 10 and fetcherVersion 4 Jun 11, 2026
@khaneliman

Copy link
Copy Markdown
Contributor

So looks like it needs something updated upstream then?

@khaneliman khaneliman added this pull request to the merge queue Jun 11, 2026
@MiniHarinn

Copy link
Copy Markdown
Contributor Author

Yhea, im working on upstream's PR :)

Merged via the queue into NixOS:master with commit 3800ef6 Jun 11, 2026
27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-darwin: 1 This PR causes 1 package to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux. 11.by: package-maintainer This PR was created by a maintainer of all the package it changes.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants