Warp to Galaxy internal rebrand
This commit is contained in:
@@ -49,16 +49,16 @@ PATH="$temp_dir/bin:$PATH" \
|
||||
|
||||
grep -qx -- '--features' "$temp_dir/cargo-args"
|
||||
grep -qx -- 'galaxy' "$temp_dir/cargo-args"
|
||||
grep -qx -- 'galaxy-dev' "$temp_dir/cargo-args"
|
||||
grep -qx -- 'release_bundle,agent_mode_debug,jemalloc_pprof,heap_usage_tracking,standalone,galaxy_control_cli,smoke_feature' "$temp_dir/cargo-args"
|
||||
grep -qx -- 'galaxy-oss' "$temp_dir/cargo-args"
|
||||
grep -qx -- 'release_bundle,standalone,galaxy_control_cli,smoke_feature' "$temp_dir/cargo-args"
|
||||
|
||||
profile_dir="$temp_dir/target/$target/release-cli-debug_assertions"
|
||||
profile_dir="$temp_dir/target/$target/release-cli"
|
||||
mkdir -p "$profile_dir"
|
||||
cat > "$profile_dir/galaxy-dev" <<'EOF'
|
||||
cat > "$profile_dir/galaxy-oss" <<'EOF'
|
||||
#!/usr/bin/env bash
|
||||
printf '%s\n' "$@" > "$FORWARDED_ARGS_FILE"
|
||||
EOF
|
||||
chmod +x "$profile_dir/galaxy-dev"
|
||||
chmod +x "$profile_dir/galaxy-oss"
|
||||
|
||||
PATH="$temp_dir/bin:$PATH" \
|
||||
CARGO_TARGET_DIR="$temp_dir/target" \
|
||||
|
||||
Reference in New Issue
Block a user