Go to file
Dustin 8f31b0302c container: Install kcl, tmpl from binaries
`tmpl` takes a long time to compile on a Raspberry Pi, so I've created a
CI pipeline to build it separately.

`kcl` seems to have a [bug][0] that causes it to include the x86_64
builds of `kclvm_cli` and `libkclvm_cli_cdylib.so` on aarch64.  This
naturally doesn't work, so we need to fetch the correct builds
ourselves.

[0]: https://github.com/kcl-lang/cli/issues/31
2024-01-14 19:42:36 -06:00
app/nut Initial commit 2024-01-14 19:24:55 -06:00
host nut: Apply udev rules on the host 2024-01-14 19:24:55 -06:00
pkg nut: Apply udev rules on the host 2024-01-14 19:24:55 -06:00
templates nut: Do not run as privileged container 2024-01-14 19:24:55 -06:00
.editorconfig Initial commit 2024-01-14 19:24:55 -06:00
.gitignore Initial commit 2024-01-14 19:24:55 -06:00
Containerfile container: Install kcl, tmpl from binaries 2024-01-14 19:42:36 -06:00
Jenkinsfile Add Jenkinsfile 2024-01-14 19:24:55 -06:00
config.sh Add Containerfile 2024-01-14 19:24:55 -06:00
kcl.mod Initial commit 2024-01-14 19:24:55 -06:00
kcl.mod.lock Initial commit 2024-01-14 19:24:55 -06:00
nsenter.sh Add Containerfile 2024-01-14 19:24:55 -06:00