NSS/Aarch64

From MozillaWiki
< NSS
Revision as of 12:12, 25 October 2017 by Franziskus (talk | contribs) (Created page with "These are the old installation instructions for [https://github.com/franziskuskiefer/docker-worker/tree/aarch64 docker-worker] on packet.net aarch64 servers. <pre>apt-get upd...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

These are the old installation instructions for docker-worker on packet.net aarch64 servers.

apt-get update
apt-get upgrade
apt-get install docker.io
gpasswd -a ci docker

apt-get install binutils wget

# build node 0.12.x from source
./configure --dest-cpu=arm64 --openssl-no-asm
# run make til error
# remove all "-m64" in out/deps/v8/tools/gyp/*.mk
# run make again
make install

npm install -g babel@4.7

sudo touch /etc/docker-worker-priv.pem

mkdir hello-world && cd hello-world
echo "FROM armhf/hello-world" > Dockerfile OR echo "FROM aarch64/hello-world" > Dockerfile
docker build -t taskcluster/livelog:v4 .
cd ..
touch /etc/docker-worker-priv.pem