appium-inspector: 2024.12.1 -> 2025.3.1#391819
Merged
donovanglover merged 2 commits intoNixOS:masterfrom Mar 31, 2025
Merged
Conversation
donovanglover
approved these changes
Mar 23, 2025
Member
|
Member
|
Relevant part of logs: appium-inspector> ⨯ open /private/tmp/nix-build-appium-inspector-2025.3.1.drv-0/source/release/mac/Electron.app/Contents/Frameworks/Electron Helper (GPU).app/Contents/Info.plist: permission denied
appium-inspector> ⨯ /private/tmp/nix-build-appium-inspector-2025.3.1.drv-0/source/node_modules/app-builder-bin/mac/app-builder_amd64 process failed ERR_ELECTRON_BUILDER_CANNOT_EXECUTE
appium-inspector> Exit code:
appium-inspector> 1 failedTask=build stackTrace=Error: /private/tmp/nix-build-appium-inspector-2025.3.1.drv-0/source/node_modules/app-builder-bin/mac/app-builder_amd64 process failed ERR_ELECTRON_BUILDER_CANNOT_EXECUTE
appium-inspector> Exit code:
appium-inspector> 1
appium-inspector> at ChildProcess.<anonymous> (/private/tmp/nix-build-appium-inspector-2025.3.1.drv-0/source/node_modules/builder-util/src/util.ts:255:14)
appium-inspector> at Object.onceWrapper (node:events:633:26)
appium-inspector> at ChildProcess.emit (node:events:518:28)
appium-inspector> at maybeClose (node:internal/child_process:1101:16)
appium-inspector> at Socket.<anonymous> (node:internal/child_process:456:11)
appium-inspector> at Socket.emit (node:events:518:28)
appium-inspector> at Pipe.<anonymous> (node:net:351:12) |
Member
Author
|
the appium-inspector package only supports linux as a platform, not sure why nixpkgs-review-gha tries to build it on darwin. |
Member
|
Try changing |
Member
Author
|
Oh I see what the problem is, |
electron.meta.platforms evals to different values depending on which system you eval for. This confuses hydra so we stop doing that since this package only builds for linux anyways.
donovanglover
approved these changes
Mar 31, 2025
Contributor
|
Successfully created backport PR for |
1 task
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Diff: appium/appium-inspector@v2024.12.1...v2025.3.1
Changelog: https://github.com/appium/appium-inspector/releases/tag/v2025.3.1
Things done
nix.conf? (See Nix manual)sandbox = relaxedsandbox = truenix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/)Add a 👍 reaction to pull requests you find important.