Skip to content

Commit

Permalink
Update attempt from llvm 17 to 19
Browse files Browse the repository at this point in the history
  • Loading branch information
anutosh491 committed Sep 24, 2024
1 parent ab2eec0 commit 3f5dac5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ platforms = ["osx-arm64", "osx-64", "linux-64"]
############################################
[feature.feature_rattler_build]
[feature.feature_rattler_build.dependencies]
rattler-build = ">= 0.18.1"
rattler-build = ">=0.18.1"
python = "3.11.*"
typer = "*"
curl = "*"
Expand Down
6 changes: 3 additions & 3 deletions recipes/recipes_emscripten/llvm/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
context:
version: 17.0.6
version: 19.1.0

package:
name: llvm
Expand All @@ -8,12 +8,12 @@ package:
source:
url: https://github.com/llvm/llvm-project/archive/refs/tags/llvmorg-${{ version
}}.tar.gz
sha256: 81494d32e6f12ea6f73d6d25424dbd2364646011bb8f7e345ca870750aa27de1
sha256: 0a08341036ca99a106786f50f9c5cb3fbe458b3b74cab6089fd368d0edb2edfe
patches:
- patches/cross_compile.patch

build:
number: 6
number: 0

requirements:
build:
Expand Down

0 comments on commit 3f5dac5

Please sign in to comment.