Skip to content

Commit 5a4d9b9

Browse files
committed
Pin JLL compat for the generator project
1 parent 4f413ae commit 5a4d9b9

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed

.github/workflows/generate_bindings.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: Generate Bindings
22
on:
33
workflow_dispatch:
4+
push:
5+
branches: [main]
6+
paths:
7+
- .github/workflows/generate_bindings.yml
8+
- gen/**
49
concurrency:
510
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}
611
cancel-in-progress: true

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ aws_c_common_jll = "73048d1d-b8c4-5092-a58d-866c5e8d1e50"
99
[compat]
1010
Aqua = "0.7"
1111
CEnum = "0.5"
12-
aws_c_common_jll = "0.9.14"
12+
aws_c_common_jll = "=0.9.14"
1313
julia = "1.6"
1414

1515
[extras]

gen/Manifest.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
julia_version = "1.10.2"
44
manifest_format = "2.0"
5-
project_hash = "2fe88c2d4906b932c5d15da7632d9ce4ec911637"
5+
project_hash = "17529965341e648e57dcbc863dd11933859fd679"
66

77
[[deps.ArgTools]]
88
uuid = "0dad84c5-d112-42e6-8d28-ef12dabb789f"
@@ -207,6 +207,12 @@ deps = ["Libdl"]
207207
uuid = "83775a58-1f1d-513f-b197-d71354ab007a"
208208
version = "1.2.13+1"
209209

210+
[[deps.aws_c_common_jll]]
211+
deps = ["Artifacts", "JLLWrappers", "Libdl"]
212+
git-tree-sha1 = "586a1aa2fdda172c45587b52f5329fedde14f44c"
213+
uuid = "73048d1d-b8c4-5092-a58d-866c5e8d1e50"
214+
version = "0.9.14+0"
215+
210216
[[deps.libLLVM_jll]]
211217
deps = ["Artifacts", "Libdl"]
212218
uuid = "8f36deef-c2a5-5394-99ed-8e07531fb29a"

gen/Project.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
[deps]
22
Clang = "40e3b903-d033-50b4-a0cc-940c62c95e31"
33
JLLPrefixes = "afc68a34-7891-4c5a-9da1-1c62935e7b0d"
4+
aws_c_common_jll = "73048d1d-b8c4-5092-a58d-866c5e8d1e50"
45

56
[compat]
67
Clang = "0.17"
78
JLLPrefixes = "0.3"
9+
aws_c_common_jll = "=0.9.14"

0 commit comments

Comments
 (0)