nandi/frqpublic Fork 0
4f04b910c974db5746fb6143b2f89abfa07d827d
Commits
Clone
git clone https://git.rickub.com/nandi/frq.git
git clone ssh://git@rickub.com/nandi/frq.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

Pin the media plane, now that there is a release to pin 03d5a6b · on 4f04b910c974db5746fb6143b2f89abfa07d827d · nandi · 18d ago
BUCK · 15 lines · 717 BPython Blame HistoryRaw
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
# The pinned fetcher. See ../dist.bzl; the version and digest come from
# scripts/dotslash.dotslash.
load("//:dist.bzl", "dist_archive", "dotslash_dist")

dotslash_dist(name = "dotslash", platform = "linux-x86_64")

# jolt-native's release: what a build gets when there is no sibling checkout to
# prefer — see the `buck` recipe in the justfile.
dist_archive(name = "libvidya-android", tool = "libvidya-android", platform = "linux-x86_64")

dist_archive(name = "libjoltmoq-android", tool = "libjoltmoq-android", platform = "linux-x86_64")

dist_archive(name = "glimmer-vidya", tool = "glimmer-vidya", platform = "linux-x86_64")

dist_archive(name = "android-glue", tool = "android-glue", platform = "linux-x86_64")