fix(macmini): Blender は nix ではなく brew の cask で入れる - #543
Merged
Conversation
nixpkgs 版は macmini に入らなかった。依存の manifold がテスト中に SIGTRAP で 落ち (GetNormalLegacyContract, exit 133)、aarch64-darwin のキャッシュも無いので ソースから建てることになり、そこで止まる。テストを外して建てる手も試したが 10 分で終わらなかった。 署名済みバイナリを運ぶだけのものは brew でよい、という [[nix-vs-brew-signing-rule]] のとおりの事例。cask には 5.2.1 がある。 CLI は .app の中にあり、画面なしで焼ける: /Applications/Blender.app/Contents/MacOS/Blender -b scene.blend -a なお #541 で「母艦では通る」と書いたのは誤りだった。母艦の設定に blender が 入っていないので、そもそもビルドが走っていなかっただけ。
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.
nixpkgs 版が入らなかった
依存の
manifoldがテスト中に SIGTRAP で落ちる:aarch64-darwin のキャッシュも無いのでソースから建てることになり、そこで止まって blender ごと入らない。 テストを外して建てる手も試したが 10 分で終わらなかった。
brew でよい理由
署名済みバイナリを運ぶだけのもの — [[nix-vs-brew-signing-rule]] のとおりの事例。cask には 5.2.1 がある。
CLI は .app の中にあり、画面なしで焼ける:
訂正
#541 で「母艦では通る」と書いたのは誤り。母艦の設定に blender が入っていないので、そもそもビルドが走っていなかっただけ。