File tree Expand file tree Collapse file tree 2 files changed +12
-9
lines changed Expand file tree Collapse file tree 2 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 1
1
abcd
2
2
abcdefghijklm
3
3
abcdefghijklmnopqrstuvwxyzand
4
- abced
5
4
abortable
6
- acb
7
5
ack'ing
8
6
acking
9
7
Acq
@@ -37,7 +35,6 @@ ARNOTAREALIDD
37
35
arshiyasolei
38
36
asdf
39
37
asdfasdf
40
- ASMS
41
38
assertverify
42
39
Asterix
43
40
asynk
@@ -140,7 +137,6 @@ casttype
140
137
castvalue
141
138
cbe
142
139
CBOR
143
- cbs
144
140
cddl
145
141
cdeab
146
142
cdylib
@@ -304,7 +300,6 @@ ebfcee
304
300
edenhill
305
301
edns
306
302
eeyun
307
- efg
308
303
efgh
309
304
Elhage
310
305
emca
@@ -325,7 +320,6 @@ ENVARS
325
320
envsubst
326
321
EOIG
327
322
EOL'ed
328
- Erfxl
329
323
Err'ing
330
324
errorf
331
325
Errorsfor
@@ -469,7 +463,6 @@ hannes
469
463
Hashbang
470
464
hashbrown
471
465
hashindex
472
- hashlink
473
466
hashring
474
467
hashset
475
468
hashsum
778
771
nresamples
779
772
nullishness
780
773
numbackends
774
+ oahd
781
775
oap
782
776
OKD
783
777
omfwd
@@ -821,6 +815,7 @@ pathgen
821
815
peekable
822
816
PEMS
823
817
pgmajfault
818
+ pgrep
824
819
PII
825
820
Pitbull
826
821
pkc
@@ -1053,7 +1048,6 @@ supertrait
1053
1048
suser
1054
1049
sustainability
1055
1050
svalue
1056
- Sya
1057
1051
sysfs
1058
1052
sysinit
1059
1053
syslogng
@@ -1114,7 +1108,6 @@ Tomola
1114
1108
tonydanza
1115
1109
toolbars
1116
1110
toolchains
1117
- TOOLSDIRECTORY
1118
1111
toolset
1119
1112
toor
1120
1113
topdir
Original file line number Diff line number Diff line change @@ -152,6 +152,16 @@ install_from_archive() {
152
152
x86_64-* linux* -musl)
153
153
_archive_arch=" x86_64-unknown-linux-musl"
154
154
;;
155
+ aarch64-apple-darwin)
156
+ # This if statement can be removed when Vector publishes aarch64-apple-darwin builds
157
+ if /usr/bin/pgrep oahd > /dev/null 2>&1 ; then
158
+ echo " Rosetta is installed, installing x86_64-apple-darwin archive"
159
+ _archive_arch=" x86_64-apple-darwin"
160
+ else
161
+ echo " Builds for Apple Silicon are not published today, please install Rosetta"
162
+ err " unsupported arch: $_arch "
163
+ fi
164
+ ;;
155
165
aarch64-* linux* )
156
166
_archive_arch=" aarch64-unknown-linux-musl"
157
167
;;
You can’t perform that action at this time.
0 commit comments