File: run-aarch64.sh

package info (click to toggle)
safeclib 3.9.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,832 kB
  • sloc: ansic: 52,639; makefile: 1,271; perl: 528; sh: 518
file content (6 lines) | stat: -rwxr-xr-x 296 bytes parent folder | download
1
2
3
4
5
6
#!/bin/sh
# ./configure --host=aarch64-linux-gnu --disable-shared --enable-debug
# echo to avoid libssp
# sed -i 's,-fstack-protector-strong -fstack-clash-protection,,' Makefile */Makefile
docker build -f Dockerfile-fedora-aarch64 -t safeclib-aarch64 .
docker run --rm -t safeclib-aarch64 -it $@