Skip to content

Commit

Permalink
mozjs91: Parameterize llvm deps (#30336)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinvreeland authored Oct 8, 2024
1 parent 8a518a6 commit f40d9e0
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions mozjs91.yaml
Original file line number Diff line number Diff line change
@@ -1,29 +1,33 @@
package:
name: mozjs91
version: 91.13.0
epoch: 4
epoch: 5
description:
copyright:
- license: MPL-2.0

vars:
llvm-vers: 18

environment:
contents:
packages:
- build-base
- busybox
- ca-certificates-bundle
- clang-18
- clang-18-dev
- clang-${{vars.llvm-vers}}
- clang-${{vars.llvm-vers}}-dev
- curl
- erlang-dev
- icu
- icu-dev
- jemalloc-dev
- llvm-18
- llvm-lld-18
- llvm-${{vars.llvm-vers}}
- llvm-lld-${{vars.llvm-vers}}
- m4
- openssf-compiler-options
- perl
- python-3.10
- python-3.10 # Uses imp deprecated in 12 & uses file mode U in 3.11
- readline-dev
- rust
- zlib-dev
Expand Down

0 comments on commit f40d9e0

Please sign in to comment.