summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@noreply.codeberg.org>2023-12-02 17:00:13 +0000
committerLars Wirzenius <liw@noreply.codeberg.org>2023-12-02 17:00:13 +0000
commitac6005db9d88f4f367396069a01108472ee95896 (patch)
treee5cc3d3f365a05ccb20e2003c5e1d46a5fa583c1
parentba749d684e8f171d95d1c955c944bd3eef755c88 (diff)
parentf17681861ff37f7e3dc2e75f7dc7cf5f2452ed4a (diff)
downloadambient-build-vm-ac6005db9d88f4f367396069a01108472ee95896.tar.gz
Merge pull request 'rust+deb' (#11) from rust+deb into main
Reviewed-on: https://codeberg.org/ambient/ambient-build-vm/pulls/11
-rwxr-xr-xambient-run-script1
-rw-r--r--rust.yml3
-rw-r--r--subplot.yml4
3 files changed, 7 insertions, 1 deletions
diff --git a/ambient-run-script b/ambient-run-script
index bb13c9f..40d51c6 100755
--- a/ambient-run-script
+++ b/ambient-run-script
@@ -53,7 +53,6 @@ class RunScript:
self.build()
if self.args.cache:
self.save_cache()
- self.marker("END")
def create_workspace(self):
self.msg("create /workspace")
diff --git a/rust.yml b/rust.yml
index 1f9197a..03c05c1 100644
--- a/rust.yml
+++ b/rust.yml
@@ -7,6 +7,9 @@
- build-essential
- cmake
- curl
+ - debhelper
+ - dh-cargo
+ - git
- name: "install rustup"
shell: |
diff --git a/subplot.yml b/subplot.yml
index 988795e..2ce4e9a 100644
--- a/subplot.yml
+++ b/subplot.yml
@@ -7,12 +7,16 @@
- build-essential
- cmake
- curl
+ - debhelper
+ - dh-cargo
+ - git
- graphviz
- librsvg2-bin
- plantuml
- daemonize
- procps
- python3-requests
+ - tidy
- name: "install rustup"
shell: |