Skip to content

Commit

Permalink
Fix the Git URL for UserNSSandbox (JuliaPackaging#4295)
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
DilumAluthge authored and simeonschaub committed Feb 23, 2022
1 parent edd90ef commit 51020a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions U/UserNSSandbox/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ version = v"2022.01.20"

# Collection of sources required to complete build
sources = [
GitSource("https://github.com/staticfloat/Sandbox.jl",
GitSource("https://github.com/staticfloat/Sandbox.jl.git",
"ed87f079edb1cef60c32ad5fbfbcd38c70a1314a"),
]

# Bash recipe for building across all platforms
script = raw"""
cd ${WORKSPACE}/srcdir/Sandbox.jl-*/deps
cd ${WORKSPACE}/srcdir/Sandbox.jl/deps
mkdir -p ${bindir}
$CC -std=c99 -O2 -static -static-libgcc -g -o ${bindir}/sandbox ./userns_sandbox.c
install_license /usr/share/licenses/MIT
Expand Down

0 comments on commit 51020a9

Please sign in to comment.