You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
wget https://www.nasm.us/pub/nasm/releasebuilds/2.16.01/nasm-2.16.01.tar.gz && tar -xzf nasm-2.16.01.tar.gz && cd nasm-2.16.01 && ./configure && make && make install && cd .. # install nasm - build from source
42
+
wget https://github.com/netwide-assembler/nasm/archive/refs/tags/nasm-2.15.04.tar.gz && tar -xzf nasm-2.15.04.tar.gz && cd nasm-nasm-2.15.04 && ./autogen.sh && ./configure && make && make install && cd .. # install nasm - build from source
43
43
pip3 install jinja2
44
44
45
45
- name: Configure project
@@ -65,7 +65,7 @@ jobs:
65
65
build-zoo-helper-linux-arm64:
66
66
runs-on: [self-hosted, linux, ARM64]
67
67
container:
68
-
image: arm64v8/almalinux:8
68
+
image: arm64v8/almalinux:8.10-20240528
69
69
# Mount local hunter cache directory, instead of transfering to Github and back
wget https://www.nasm.us/pub/nasm/releasebuilds/2.16.01/nasm-2.16.01.tar.gz && tar -xzf nasm-2.16.01.tar.gz && cd nasm-2.16.01 && ./configure && make && make install && cd .. # install nasm - build from source
99
98
pip3 install jinja2
100
99
pip3 install ninja # ninja is needed for cmake on arm64
0 commit comments