summaryrefslogtreecommitdiff
path: root/new/scripts
diff options
context:
space:
mode:
authordd <dd@wx.tnyzeq.icu>2025-08-10 10:20:54 +0200
committerdd <dd@wx.tnyzeq.icu>2025-08-10 10:20:54 +0200
commitea9778ff832f82a02476e6c967d52ec61138c88a (patch)
treec4ea379b7370bb0d33d315d77db50c7592e8a330 /new/scripts
parent8f60c02131f8f81c19268aadf8214643d132dcd6 (diff)
downloadvyos-jenkins-ea9778ff832f82a02476e6c967d52ec61138c88a.tar.gz
vyos-jenkins-ea9778ff832f82a02476e6c967d52ec61138c88a.zip
circinus: fixed vyos-utils build dependencies
Diffstat (limited to 'new/scripts')
-rwxr-xr-xnew/scripts/vyos-utils.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/new/scripts/vyos-utils.sh b/new/scripts/vyos-utils.sh
new file mode 100755
index 0000000..48ab736
--- /dev/null
+++ b/new/scripts/vyos-utils.sh
@@ -0,0 +1,6 @@
+#!/usr/bin/env bash
+set -e
+sudo apt-get update
+sudo apt-get install -y ocaml dune
+eval $(opam env --root=/opt/opam --set-root)
+/my-build-scripts/generic-build-script.sh