Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
nni
Commits
41f1154c
"...composable_kernel_rocm.git" did not exist on "76cf795a625dc463417a70d8ea04fe576e57e6da"
Commit
41f1154c
authored
Jun 11, 2022
by
qianyj
Browse files
Update setup_ts.py
parent
c6657148
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
setup_ts.py
setup_ts.py
+1
-1
No files found.
setup_ts.py
View file @
41f1154c
...
...
@@ -78,7 +78,7 @@ if sys.platform == 'linux' or sys.platform == 'darwin':
node_executable
=
'node'
node_spec
=
f
'node-
{
node_version
}
-
{
sys
.
platform
}
-x64'
#node_download_url = f'https://nodejs.org/dist/{node_version}/{node_spec}.tar.xz'
node_download_url
=
f
'http://10.0.100.3/qianyj/package/-/
blob
/master/node-v16.3.0-linux-x64.tar.xz'
node_download_url
=
f
'http://10.0.100.3/qianyj/package/-/
raw
/master/node-v16.3.0-linux-x64.tar.xz'
node_extractor
=
lambda
data
:
tarfile
.
open
(
fileobj
=
BytesIO
(
data
),
mode
=
'r:xz'
)
node_executable_in_tarball
=
'bin/node'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment