nandi/frqpublic Fork 0
43cc3f0376f08659dea357cd994b3b465d00d9aa
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.

glimmer-vidya.dotslash · 62 lines · 2.1 KBGDScript3 Blame HistoryRaw
Build the APK with buck2, from pins rather than from a second checkout a71ef8f nandi 19d ago1#!/usr/bin/env dotslash
2
Pin jolt-native v0.1.1, whose glue can name a room 43cc3f0 nandi 18d ago3// The Jolt side that binds the tree ABI, from jolt-native's v0.1.1 release.
Build the APK with buck2, from pins rather than from a second checkout a71ef8f nandi 19d ago4//
5// deps.edn takes this as a git dependency, and jolt resolves it into its own
6// cache. The boot image cannot: a cross compile has no dependency resolution,
7// so every source root has to be named, and a path into somebody's ~/.jolt is
8// not a thing a build can be handed. This is the same tree at the same commit,
9// as an archive an action can depend on.
10{
11 "name": "glimmer-vidya",
12 "platforms": {
13 "linux-x86_64": {
14 "size": 17964,
15 "hash": "sha256",
16 "digest": "3842a5981c0656eb14915aead80814286040c24e83732d5e69d4f4470308fbf5",
17 "format": "tar.gz",
18 "path": "glimmer-vidya/deps.edn",
19 "providers": [
20 {
Pin jolt-native v0.1.1, whose glue can name a room 43cc3f0 nandi 18d ago21 "url": "https://gitlab.com/-/project/85910092/uploads/626e11a573676ef0441eb53d8d60306e/jolt-native-glimmer-vidya-v0.1.1.tar.gz"
Build the APK with buck2, from pins rather than from a second checkout a71ef8f nandi 19d ago22 }
23 ]
24 },
25 "linux-aarch64": {
26 "size": 17964,
27 "hash": "sha256",
28 "digest": "3842a5981c0656eb14915aead80814286040c24e83732d5e69d4f4470308fbf5",
29 "format": "tar.gz",
30 "path": "glimmer-vidya/deps.edn",
31 "providers": [
32 {
Pin jolt-native v0.1.1, whose glue can name a room 43cc3f0 nandi 18d ago33 "url": "https://gitlab.com/-/project/85910092/uploads/626e11a573676ef0441eb53d8d60306e/jolt-native-glimmer-vidya-v0.1.1.tar.gz"
Build the APK with buck2, from pins rather than from a second checkout a71ef8f nandi 19d ago34 }
35 ]
36 },
37 "macos-x86_64": {
38 "size": 17964,
39 "hash": "sha256",
40 "digest": "3842a5981c0656eb14915aead80814286040c24e83732d5e69d4f4470308fbf5",
41 "format": "tar.gz",
42 "path": "glimmer-vidya/deps.edn",
43 "providers": [
44 {
Pin jolt-native v0.1.1, whose glue can name a room 43cc3f0 nandi 18d ago45 "url": "https://gitlab.com/-/project/85910092/uploads/626e11a573676ef0441eb53d8d60306e/jolt-native-glimmer-vidya-v0.1.1.tar.gz"
Build the APK with buck2, from pins rather than from a second checkout a71ef8f nandi 19d ago46 }
47 ]
48 },
49 "macos-aarch64": {
50 "size": 17964,
51 "hash": "sha256",
52 "digest": "3842a5981c0656eb14915aead80814286040c24e83732d5e69d4f4470308fbf5",
53 "format": "tar.gz",
54 "path": "glimmer-vidya/deps.edn",
55 "providers": [
56 {
Pin jolt-native v0.1.1, whose glue can name a room 43cc3f0 nandi 18d ago57 "url": "https://gitlab.com/-/project/85910092/uploads/626e11a573676ef0441eb53d8d60306e/jolt-native-glimmer-vidya-v0.1.1.tar.gz"
Build the APK with buck2, from pins rather than from a second checkout a71ef8f nandi 19d ago58 }
59 ]
60 }
61 }
62}