Skip to content

Commit 40ae4cd

Browse files
chore: change warning message for bun on cpus without avx2 (#954)
* change massage to use bun build without need AVX2 * better massage Co-authored-by: Felipe Martin <812088+fmartingr@users.noreply.github.com> --------- Co-authored-by: Felipe Martin <812088+fmartingr@users.noreply.github.com>
1 parent e34cd36 commit 40ae4cd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/styles.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ case `uname -o` in
1212
GNU/Linux)
1313
# Detect support of avx2 in linux hosts
1414
if ! grep -q avx2 /proc/cpuinfo; then
15-
BUN="sde -chip-check-disable -- bun"
16-
echo "Your CPU does not support avx2 so we use sde, for more information please look at https://github.com/oven-sh/bun/issues/762#issuecomment-1186505847"
15+
echo "It seems that your CPU does not support AVX2, if you experience long build times (>1m) ensure that you use bun's baseline builds. More information at https://github.com/oven-sh/bun/issues/67"
1716
fi
1817
;;
1918
esac

0 commit comments

Comments
 (0)