Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
BOUT-dev
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
David Bold
BOUT-dev
Commits
11523ca1
Commit
11523ca1
authored
4 years ago
by
David Schwörer
Browse files
Options
Downloads
Patches
Plain Diff
Set platform
parent
63d5b995
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#95062
failed
4 years ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
tools/pylib/_boutcore_build/build-wheels.sh
+1
-1
1 addition, 1 deletion
tools/pylib/_boutcore_build/build-wheels.sh
with
2 additions
and
2 deletions
.gitlab-ci.yml
+
1
−
1
View file @
11523ca1
...
@@ -2,7 +2,7 @@ image: quay.io/pypa/manylinux2014_x86_64
...
@@ -2,7 +2,7 @@ image: quay.io/pypa/manylinux2014_x86_64
manylinux2014
:
manylinux2014
:
script
:
script
:
-
bash --login tools/pylib/_boutcore_build/build-wheels.sh
-
bash --login tools/pylib/_boutcore_build/build-wheels.sh
manylinux2014_x86_64
artifacts
:
artifacts
:
paths
:
paths
:
-
/io/wheelhouse/
-
/io/wheelhouse/
...
...
This diff is collapsed.
Click to expand it.
tools/pylib/_boutcore_build/build-wheels.sh
+
1
−
1
View file @
11523ca1
...
@@ -8,7 +8,7 @@ fi
...
@@ -8,7 +8,7 @@ fi
make
-j
4
make
-j
4
cd
tools/pylib/_boutcore_build/
cd
tools/pylib/_boutcore_build/
PLAT
=
$1
export
PLAT
=
$1
function
repair_wheel
{
function
repair_wheel
{
wheel
=
"
$1
"
wheel
=
"
$1
"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment