Skip to content

Commit 6c95660

Browse files
authored
Merge pull request #38875 from JuliaLang/vc/ppc_artifacts
[Artifacts] Test c_simple on ppc
2 parents b6c09a3 + d3e48cf commit 6c95660

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

stdlib/Artifacts/test/Artifacts.toml

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,15 @@ os = "macos"
2626
sha256 = "e88816a1492eecb4569bb24b3e52b757e59c87419dba962e99148b338369f326"
2727
url = "https://github.com/JuliaBinaryWrappers/c_simple_jll.jl/releases/download/c_simple+v1.2.3-pkgtest/c_simple.v1.2.3.x86_64-apple-darwin14.tar.gz"
2828

29-
# NOTE: We explicitly comment this out, to test porous platform support. Don't un-comment this!
30-
#[[c_simple]]
31-
#arch = "powerpc64le"
32-
#git-tree-sha1 = "dc9f84891c8215f90095b619533e141179b6cc06"
33-
#libc = "glibc"
34-
#os = "linux"
35-
#
36-
# [[c_simple.download]]
37-
# sha256 = "715af8f0405cff35feef5ad5e93836bb1bb0f93c77218bfdad411c8a4368ab4b"
38-
# url = "https://github.com/JuliaBinaryWrappers/c_simple_jll.jl/releases/download/c_simple+v1.2.3-pkgtest/c_simple.v1.2.3.powerpc64le-linux-gnu.tar.gz"
29+
[[c_simple]]
30+
arch = "powerpc64le"
31+
git-tree-sha1 = "dc9f84891c8215f90095b619533e141179b6cc06"
32+
libc = "glibc"
33+
os = "linux"
34+
35+
[[c_simple.download]]
36+
sha256 = "715af8f0405cff35feef5ad5e93836bb1bb0f93c77218bfdad411c8a4368ab4b"
37+
url = "https://github.com/JuliaBinaryWrappers/c_simple_jll.jl/releases/download/c_simple+v1.2.3-pkgtest/c_simple.v1.2.3.powerpc64le-linux-gnu.tar.gz"
3938

4039
[[c_simple]]
4140
arch = "i686"

0 commit comments

Comments
 (0)