diff --git a/.buildkite/emscripten.yml b/.buildkite/emscripten.yml index e111812e5..e9a9bde78 100644 --- a/.buildkite/emscripten.yml +++ b/.buildkite/emscripten.yml @@ -1,8 +1,10 @@ steps: - label: 'Emscripten build' command: - 'cd web' - 'nix develop --accept-flake-config --command yarn build-db-wasm' - 'git diff --exit-code' + retry: + automatic: true agents: - 'mac=true' diff --git a/.buildkite/macos.yml b/.buildkite/macos.yml index b7baa1299..44614971e 100644 --- a/.buildkite/macos.yml +++ b/.buildkite/macos.yml @@ -1,10 +1,12 @@ steps: - label: ':macos: macOS Build' command: - 'pod repo update && yarn workspace native clean-ios' - 'curl --proto "=https" --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y' - 'source /Users/comm/.cargo/env' - 'yarn ci-cleaninstall' - 'cd desktop && yarn make-dev --arch universal' + retry: + automatic: true agents: - 'mac=true'