Skip to content

Commit

Permalink
Be safe to use our OPAM files into orb (no usage of opam inside our s…
Browse files Browse the repository at this point in the history
…cripts)
  • Loading branch information
dinosaure committed Dec 30, 2023
1 parent 0b44abb commit 4d5b58a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions link.sh
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
#!/bin/sh

opam exec -- apelink \
apelink \
-o bob.com \
-l $(opam var bin)/ape-x86_64.elf \
-l $(opam var bin)/ape-aarch64.elf \
-M $(opam var bin)/ape-m1.c \
_build/default.x86_64_esperanto/bin/bob.exe.dbg \
_build/default.aarch64_esperanto/bin/bob.exe.dbg

cat >com.install <<EOF
bin: [
"bob.com"
]
EOF

0 comments on commit 4d5b58a

Please sign in to comment.