File tree Expand file tree Collapse file tree 1 file changed +21
-18
lines changed Expand file tree Collapse file tree 1 file changed +21
-18
lines changed Original file line number Diff line number Diff line change @@ -62,12 +62,13 @@ const winBinaries =
62
62
initial : true ,
63
63
type : 'raxml' ,
64
64
} ,
65
- {
66
- name : 'astral.5.7.8.jar' ,
67
- multithreaded : false ,
68
- version : '5.7.8' ,
69
- type : 'astral' ,
70
- } ,
65
+ // TODO: put back in Astral
66
+ // {
67
+ // name: 'astral.5.7.8.jar',
68
+ // multithreaded: false,
69
+ // version: '5.7.8',
70
+ // type: 'astral',
71
+ // },
71
72
]
72
73
: [
73
74
// TODO: add raxml ng windows exe
@@ -97,12 +98,13 @@ const winBinaries =
97
98
initial : true ,
98
99
type : 'raxml' ,
99
100
} ,
100
- {
101
- name : 'astral.5.7.8.jar' ,
102
- multithreaded : false ,
103
- version : '5.7.8' ,
104
- type : 'astral' ,
105
- } ,
101
+ // TODO: put back in Astral
102
+ // {
103
+ // name: 'astral.5.7.8.jar',
104
+ // multithreaded: false,
105
+ // version: '5.7.8',
106
+ // type: 'astral',
107
+ // },
106
108
] ;
107
109
108
110
const likelyARM = os . arch ( ) . includes ( 'arm64' ) || os . cpus ( ) [ 0 ] . model . includes ( 'Apple' ) ;
@@ -165,12 +167,13 @@ const allBinaries = is.windows
165
167
version : '8.2.12' ,
166
168
type : 'raxml' ,
167
169
} ,
168
- {
169
- name : 'astral.5.7.8.jar' ,
170
- multithreaded : false ,
171
- version : '5.7.8' ,
172
- type : 'astral' ,
173
- } ,
170
+ // TODO: put back in Astral
171
+ // {
172
+ // name: 'astral.5.7.8.jar',
173
+ // multithreaded: false,
174
+ // version: '5.7.8',
175
+ // type: 'astral',
176
+ // },
174
177
] ;
175
178
176
179
const binaries = allBinaries . filter ( ( { multithreaded } ) =>
You can’t perform that action at this time.
0 commit comments