nandi/gleanpublic⑂ Fork 0
⑂ e0fa297
Commits
⬇ Clone ▾
git clone https://git.rickub.com/nandi/glean.git
git clone ssh://git@rickub.com/nandi/glean.git

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

Add build tools to CI dependenciesUnverified

Julien Robert committed 2026-04-26T01:54:03+02:00 Browse files
e0fa297 parent: 0bac02b
modified .tangled/workflows/ci.yml +7 -0
@@ -15,8 +15,15 @@ dependencies:
1515 nixpkgs:
1616 - go
1717 - gcc
18+ - gnumake
19+ - gnugrep
20+ - gawk
21+ - nodejs
1822
1923 steps:
24+ - name: "Install node dependencies"
25+ command: "npm install"
26+
2027 - name: "Build glean"
2128 command: "make build"
2229
@@ -15,8 +15,15 @@ dependencies:
15 nixpkgs:15 nixpkgs:
16 - go16 - go
17 - gcc17 - gcc
18+ - gnumake
19+ - gnugrep
20+ - gawk
21+ - nodejs
18 22
19 steps:23 steps:
24+ - name: "Install node dependencies"
25+ command: "npm install"
26+
20 - name: "Build glean"27 - name: "Build glean"
21 command: "make build"28 command: "make build"
22 29