Skip to content

Commit

Permalink
Merge pull request #38875 from JuliaLang/vc/ppc_artifacts
Browse files Browse the repository at this point in the history
[Artifacts] Test c_simple on ppc
  • Loading branch information
vchuravy authored Dec 14, 2020
2 parents b6c09a3 + d3e48cf commit 6c95660
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions stdlib/Artifacts/test/Artifacts.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,15 @@ os = "macos"
sha256 = "e88816a1492eecb4569bb24b3e52b757e59c87419dba962e99148b338369f326"
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"

# NOTE: We explicitly comment this out, to test porous platform support. Don't un-comment this!
#[[c_simple]]
#arch = "powerpc64le"
#git-tree-sha1 = "dc9f84891c8215f90095b619533e141179b6cc06"
#libc = "glibc"
#os = "linux"
#
# [[c_simple.download]]
# sha256 = "715af8f0405cff35feef5ad5e93836bb1bb0f93c77218bfdad411c8a4368ab4b"
# 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"
[[c_simple]]
arch = "powerpc64le"
git-tree-sha1 = "dc9f84891c8215f90095b619533e141179b6cc06"
libc = "glibc"
os = "linux"

[[c_simple.download]]
sha256 = "715af8f0405cff35feef5ad5e93836bb1bb0f93c77218bfdad411c8a4368ab4b"
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"

[[c_simple]]
arch = "i686"
Expand Down

0 comments on commit 6c95660

Please sign in to comment.