| Build the APK with buck2, from pins rather than from a second checkout a71ef8f nandi 18d ago | 1 | #!/usr/bin/env dotslash |
| 2 | |
| Pin jolt-native v0.1.1, whose glue can name a room 43cc3f0 nandi 18d ago | 3 | // libvidya for the phone, from jolt-native's v0.1.1 release. |
| Build the APK with buck2, from pins rather than from a second checkout a71ef8f nandi 18d ago | 4 | // |
| 5 | // arm64, API 28, built by NDK r29 through jolt-native's buck2 toolchain. The |
| 6 | // same object `just ffi-android` produces there, pinned so that building the |
| 7 | // APK needs neither that checkout nor an NDK. |
| 8 | // |
| 9 | // A sibling jolt-native checkout still wins over this: see the `buck` recipe |
| 10 | // in the justfile. Anyone working on both repos at once builds what they are |
| 11 | // editing; everyone else gets these bytes. |
| 12 | { |
| 13 | "name": "libvidya-android", |
| 14 | "platforms": { |
| 15 | "linux-x86_64": { |
| 16 | "size": 6721871, |
| 17 | "hash": "sha256", |
| 18 | "digest": "bb85c57ea263b9bfe113927c6f6b0c8c6414b97056bcb0281b8444187616a233", |
| 19 | "format": "tar.gz", |
| 20 | "path": "libvidya.so", |
| 21 | "providers": [ |
| 22 | { |
| Pin jolt-native v0.1.1, whose glue can name a room 43cc3f0 nandi 18d ago | 23 | "url": "https://gitlab.com/-/project/85910092/uploads/a7264f20582e6d42d45b17fe626ba471/jolt-native-android-arm64-v0.1.1.tar.gz" |
| Build the APK with buck2, from pins rather than from a second checkout a71ef8f nandi 18d ago | 24 | } |
| 25 | ] |
| 26 | }, |
| 27 | "linux-aarch64": { |
| 28 | "size": 6721871, |
| 29 | "hash": "sha256", |
| 30 | "digest": "bb85c57ea263b9bfe113927c6f6b0c8c6414b97056bcb0281b8444187616a233", |
| 31 | "format": "tar.gz", |
| 32 | "path": "libvidya.so", |
| 33 | "providers": [ |
| 34 | { |
| Pin jolt-native v0.1.1, whose glue can name a room 43cc3f0 nandi 18d ago | 35 | "url": "https://gitlab.com/-/project/85910092/uploads/a7264f20582e6d42d45b17fe626ba471/jolt-native-android-arm64-v0.1.1.tar.gz" |
| Build the APK with buck2, from pins rather than from a second checkout a71ef8f nandi 18d ago | 36 | } |
| 37 | ] |
| 38 | }, |
| 39 | "macos-x86_64": { |
| 40 | "size": 6721871, |
| 41 | "hash": "sha256", |
| 42 | "digest": "bb85c57ea263b9bfe113927c6f6b0c8c6414b97056bcb0281b8444187616a233", |
| 43 | "format": "tar.gz", |
| 44 | "path": "libvidya.so", |
| 45 | "providers": [ |
| 46 | { |
| Pin jolt-native v0.1.1, whose glue can name a room 43cc3f0 nandi 18d ago | 47 | "url": "https://gitlab.com/-/project/85910092/uploads/a7264f20582e6d42d45b17fe626ba471/jolt-native-android-arm64-v0.1.1.tar.gz" |
| Build the APK with buck2, from pins rather than from a second checkout a71ef8f nandi 18d ago | 48 | } |
| 49 | ] |
| 50 | }, |
| 51 | "macos-aarch64": { |
| 52 | "size": 6721871, |
| 53 | "hash": "sha256", |
| 54 | "digest": "bb85c57ea263b9bfe113927c6f6b0c8c6414b97056bcb0281b8444187616a233", |
| 55 | "format": "tar.gz", |
| 56 | "path": "libvidya.so", |
| 57 | "providers": [ |
| 58 | { |
| Pin jolt-native v0.1.1, whose glue can name a room 43cc3f0 nandi 18d ago | 59 | "url": "https://gitlab.com/-/project/85910092/uploads/a7264f20582e6d42d45b17fe626ba471/jolt-native-android-arm64-v0.1.1.tar.gz" |
| Build the APK with buck2, from pins rather than from a second checkout a71ef8f nandi 18d ago | 60 | } |
| 61 | ] |
| 62 | } |
| 63 | } |
| 64 | } |