Warp to Galaxy internal rebrand

This commit is contained in:
2026-08-27 00:29:21 -05:00
parent d72874534d
commit a69b927cc3
108 changed files with 395 additions and 2098 deletions
-4
View File
@@ -14,10 +14,6 @@ if [ "${GITHUB_ACTIONS}" != "true" ]; then
cargo binstall --force -y diesel_cli
fi
# Install the internal channel config binary. This will fail gracefully for
# external contributors who don't have access to the private configuration.
"$PWD"/script/install_channel_config || echo "Skipping internal channel config installation (no repo access)."
if [ "$(uname -s)" = "Darwin" ]; then
"$PWD"/script/macos/install_build_deps
fi