Skip to content

Commit 288845f

Browse files
committed
Fix issues with macOs build server
1 parent 0d548c3 commit 288845f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build-config/buildspec-macos_aarch64.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ phases:
1212
commands:
1313
- export AWS_MAX_ATTEMPTS=10
1414
- echo "path - $PATH"
15+
- echo "user - $(whoami)"
1516
- AWS_ACCOUNT=`aws sts get-caller-identity | jq -r '.Account'`
1617
# For now assume there is a suitable EC2 instance running. Obviously, we could add a StepFunction here to
1718
# get a new one, but this is a start

build-scripts/build-macos.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,8 @@ done
5050
export CARGO_HOME="$PWD/../.cargo"
5151
RUSTUP_HOME="$PWD/../.rustup"
5252

53-
# TODO: reenable once mise fixes http issues
54-
# mise install --verbose
55-
# eval "$(mise activate bash --shims)"
53+
mise install --verbose
54+
eval "$(mise activate bash --shims)"
5655

5756
# clean up old install
5857
rm -rf "$CARGO_HOME"

0 commit comments

Comments
 (0)