From 294b0f87e6b2c9b78e402e7bbe38aa26dab12f8a Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Tue, 26 Nov 2024 16:55:48 +0000 Subject: [PATCH] [shell-common] Apple Sillion hack for Go apps no longer needed --- shell-common/.config/shell-common/exports.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/shell-common/.config/shell-common/exports.sh b/shell-common/.config/shell-common/exports.sh index 895e774..babf820 100644 --- a/shell-common/.config/shell-common/exports.sh +++ b/shell-common/.config/shell-common/exports.sh @@ -35,12 +35,6 @@ fi # macOS Specific envs if [[ $(uname) == "Darwin" ]]; then - # M1 specific hacks - if [[ $(uname -p) == "arm" ]]; then - # Stop golang progs having fun with Rosetta 2 (https://yaleman.org/post/2021/2021-01-01-apple-m1-terraform-and-golang/) - export GODEBUG=asyncpreemptoff=1 - fi - # Python user bin folder [ -d $HOME/Library/Python/3.9/bin ] && export PATH=$PATH:$HOME/Library/Python/3.9/bin