Skip to content

Commit cb4e41c

Browse files
committed
Comment out astral usage
1 parent c71c0f9 commit cb4e41c

File tree

1 file changed

+21
-18
lines changed

1 file changed

+21
-18
lines changed

src/app/store/Run.js

Lines changed: 21 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,13 @@ const winBinaries =
6262
initial: true,
6363
type: 'raxml',
6464
},
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+
// },
7172
]
7273
: [
7374
// TODO: add raxml ng windows exe
@@ -97,12 +98,13 @@ const winBinaries =
9798
initial: true,
9899
type: 'raxml',
99100
},
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+
// },
106108
];
107109

108110
const likelyARM = os.arch().includes('arm64') || os.cpus()[0].model.includes('Apple');
@@ -165,12 +167,13 @@ const allBinaries = is.windows
165167
version: '8.2.12',
166168
type: 'raxml',
167169
},
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+
// },
174177
];
175178

176179
const binaries = allBinaries.filter(({ multithreaded }) =>

0 commit comments

Comments
 (0)