Skip to content

Commit

Permalink
obstack: Build for armv6l (#7478)
Browse files Browse the repository at this point in the history
* obstack: Build for armv6l

* obstack: set julia_compat, update to 1.2.3
  • Loading branch information
eschnett authored Oct 5, 2023
1 parent c26186f commit 2c0dd67
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions O/obstack/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
using BinaryBuilder

name = "obstack"
version = v"1.2.2"
version = v"1.2.3"

# Collection of sources required to build obstack
sources = [
GitSource("https://github.com/void-linux/musl-obstack.git",
"d0493f4726835a08c5a145bce42b61a65847c6a9"),
"f4385255be1615688c6a5f042277304d7ab288b1"),
]

# Bash recipe for building across all platforms
Expand All @@ -33,5 +33,5 @@ products = [
dependencies = Dependency[
]

# Build the tarballs, and possibly a `build.jl` as well.
build_tarballs(ARGS, name, version, sources, script, platforms, products, dependencies)
# Build the tarballs, and possibly a `build.jl` as well
build_tarballs(ARGS, name, version, sources, script, platforms, products, dependencies; julia_compat="1.6")

0 comments on commit 2c0dd67

Please sign in to comment.