Skip to content

Commit b239565

Browse files
committed
fix
1 parent 02b74fc commit b239565

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

conan.lock

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@
4646
"argon2/20190702-odr#965901884bc82ec8a7c0a1305d42c127%1766349556.660966"
4747
],
4848
"build_requires": [
49+
"zstd/1.5.7#b68ca8e3de04ba5957761751d1d661f4%1760955092.069",
4950
"zlib/1.3.1#cac0f6daea041b0ccf42934163defb20%1765284699.337",
51+
"xz_utils/5.8.1#0c67d0683aca2f1ca69a17730a65a1e7%1764347087.521",
5052
"pkgconf/2.5.1#93c2051284cba1279494a43a4fcfeae2%1757684701.089",
5153
"pkgconf/2.2.0#4ac315b50ef734072b00ff3aacbf52bf%1755505628.021",
5254
"pkgconf/2.1.0#21f96520faf7660b99f872e956d2ac13%1755505630.82",
@@ -56,6 +58,7 @@
5658
"m4/1.4.19#b38ced39a01e31fef5435bc634461fd2%1700758725.451",
5759
"libtool/2.4.7#14e7739cc128bc1623d2ed318008e47e%1755679003.847",
5860
"libselinux/3.6#5a78ff6ae5034eeaac8da723361a8ce4%1717655459.344",
61+
"libmagic/5.45#791d5bad38d33272bb120994a198b1ac%1727273086.09",
5962
"libiconv/1.17#1e65319e945f2d31941a9d28cc13c058%1751451666.321",
6063
"libgettext/0.22#b09eea019e19b9b9c46d8f1da7d75444%1765809130.834",
6164
"libffi/3.4.8#a045c00fb26779635e3bed40e80c5254%1753360042.396",

scripts/conan_lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ conan lock create .
55
for profile in .github/config/conan/profiles/*; do
66
conan lock create . --profile:build "${profile}" --profile:host "${profile}"
77
done
8+
conan lock create . --profile:build ".github/config/conan/profiles/ubuntu-24.04-clang-18" --profile:host ".github/config/conan/profiles/android-35-x86_64"

0 commit comments

Comments
 (0)