summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander M Pickering <alex@cogarr.net>2024-07-23 16:57:56 -0500
committerAlexander M Pickering <alex@cogarr.net>2024-07-23 16:57:56 -0500
commitac237b5691130bbf6be4b50d4ae3835c14b2c3bb (patch)
treefed3ce8453bee981797b23a21a8d86c9765ee067
parent2312742d79739474fcf075849d934f1a405e1fe0 (diff)
downloadimage-clang32-master.tar.gz
image-clang32-master.tar.bz2
image-clang32-master.zip
Update with new exportHEADmaster
-rwxr-xr-xinit4
-rw-r--r--meta.lua5
2 files changed, 4 insertions, 5 deletions
diff --git a/init b/init
index c0680d8..eb154eb 100755
--- a/init
+++ b/init
@@ -1,3 +1,3 @@
1#!/bin/bash -ex 1#!/bin/bash -ex
2apt update 2apk update
3distrobuilder build-incus image-clang32/image-clang32.yaml 3apk add alpine-base clang18 clang18-dev
diff --git a/meta.lua b/meta.lua
index 0a67f08..cac9e4b 100644
--- a/meta.lua
+++ b/meta.lua
@@ -1,9 +1,8 @@
1return { 1return {
2 { 2 {
3 image = "image-distrobuilder",
4 name = "image-clang32", 3 name = "image-clang32",
5 requires = {}, 4 requires = {},
6 produces = {"incus.tar.xz","rootfs.squashfs"}, 5 produces = {},
7 timeout = 60*5, 6 export = true
8 } 7 }
9} 8}