-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3537 from vicentebolea/enable-linux-emu-builds
Enable Linux Emulation build (Power8, IBM XL)
- Loading branch information
Showing
17 changed files
with
182 additions
and
354 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...s/ci/images/power8-el7-xl-base/.gitignore → scripts/ci/images/.gitignore
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
*-stamp | ||
*.tar.gz | ||
*.rpm |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
#!/bin/bash | ||
|
||
set -ex | ||
|
||
######################################## | ||
# ppc64le CentOS 7 emulation base image | ||
######################################## | ||
docker build --squash \ | ||
--build-arg TARGET_ARCH_SYSTEM=ppc64le \ | ||
--build-arg TARGET_ARCH_DOCKER=ppc64le \ | ||
--build-arg TARGET_CPU=power8 \ | ||
-t ornladios/adios2:ci-x86_64-power8-el7 \ | ||
emu-el7 | ||
echo "" | ||
echo "Pushing ornladios/adios2:ci-x86_64-power8-el7" | ||
echo "" | ||
docker push ornladios/adios2:ci-x86_64-power8-el7 | ||
|
||
###################################### | ||
ppc64le CI base image | ||
###################################### | ||
docker build \ | ||
--build-arg TARGET_CPU=power8 \ | ||
-t ornladios/adios2:ci-x86_64-power8-el7-base \ | ||
emu-el7-base | ||
docker-squash \ | ||
-f ornladios/adios2:ci-x86_64-power8-el7 \ | ||
-t ornladios/adios2:ci-x86_64-power8-el7-base \ | ||
ornladios/adios2:ci-x86_64-power8-el7-base | ||
echo "" | ||
echo "Pushing ornladios/adios2:ci-x86_64-power8-el7-base" | ||
echo "" | ||
docker push ornladios/adios2:ci-x86_64-power8-el7-base |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.