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
tianlh
LightGBM-DCU
Commits
16c8b389
Unverified
Commit
16c8b389
authored
Nov 26, 2022
by
James Lamb
Committed by
GitHub
Nov 26, 2022
Browse files
[ci] [python-package] correct tag on x86_64 wheels (#5598)
parent
8f9133b6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
.ci/test.sh
.ci/test.sh
+1
-1
.vsts-ci.yml
.vsts-ci.yml
+1
-1
No files found.
.ci/test.sh
View file @
16c8b389
...
...
@@ -157,7 +157,7 @@ elif [[ $TASK == "bdist" ]]; then
else
ARCH
=
$(
uname
-m
)
if
[[
$ARCH
==
"x86_64"
]]
;
then
PLATFORM
=
"manylinux
1
_x86_64"
PLATFORM
=
"manylinux
_2_28
_x86_64"
else
PLATFORM
=
"manylinux2014_
$ARCH
"
fi
...
...
.vsts-ci.yml
View file @
16c8b389
...
...
@@ -19,7 +19,7 @@ variables:
resources
:
containers
:
-
container
:
linux-artifact-builder
image
:
lightgbm/vsts-agent:manylinux_2_28_x86_64
-dev
image
:
lightgbm/vsts-agent:manylinux_2_28_x86_64
-
container
:
ubuntu-latest
image
:
'
ubuntu:20.04'
options
:
"
--name
ci-container
-v
/usr/bin/docker:/tmp/docker:ro"
...
...
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