https://gitlab.com/tezos/tezos
Revision 7057a8648b8a707ca9e50be417580eaefb222e83 authored by Arvid Jakobsson on 08 March 2024, 12:00:58 UTC, committed by Arvid Jakobsson on 12 March 2024, 12:59:33 UTC
We still do static arm builds in master_branch and release_tag
pipelines, but those pipelines are fully generated. This external
version of the jobs is not included by any other file so can be
removed.
1 parent 1af5fbf
Raw File
Tip revision: 7057a8648b8a707ca9e50be417580eaefb222e83 authored by Arvid Jakobsson on 08 March 2024, 12:00:58 UTC
CI: Delete unused [oc.build:static-arm64-linux-binaries]
Tip revision: 7057a86
dune-workspace
(lang dune 3.7)

(env
 (dev
  (flags (:standard -w @1..72-4-40..42-44-45-48-60-67-69-70))
  (js_of_ocaml (runtest_alias runtest_js)))
 (release
  (js_of_ocaml (runtest_alias runtest_js))
  (ocamlopt_flags (:standard -O3)))
 (static
  (js_of_ocaml (runtest_alias runtest_js))
  (ocamlopt_flags (:standard -O3)))
 (_ (js_of_ocaml (runtest_alias runtest_js))))

(context (default (paths (ORIGINAL_PATH :standard))))

; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.
back to top