Skip to content

(BSR) build(ios): fix build #7662

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Feb 24, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .envrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ source_up_if_exists

dotenv_if_exists .env.local

source_env ./scripts/load_certificate.sh

export NIX_CONFIG="extra-experimental-features = flakes nix-command"
use flake

Expand Down
13 changes: 1 addition & 12 deletions devbox.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,6 @@
{
"packages": [
// needed to debug pipeline locally
"act@latest",
"gh@latest",
"podman@latest",
// others stuffs
"git@latest",
"[email protected]",
"watchman@latest",
"jq@latest", // needed by some scripts run in the pipeline
"[email protected]", // needed to install iOS dependencies and to run fastlane
"python3@latest", // needed by scripts/add_tracker.py
"maestro@latest", // needed to run end to end test locally
"jdk@17",
"[email protected]", // needed to run fastlane and to install iOS dependencies
],
}
Loading
Loading