Skip to content

Commit

Permalink
ci_prereq.sh: switch to nasm-segelf
Browse files Browse the repository at this point in the history
  • Loading branch information
stsp committed Oct 29, 2023
1 parent 9939444 commit 6707495
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ci_prereq.sh
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
#!/bin/sh

sudo add-apt-repository ppa:stsp-0/nasm-segelf
sudo apt update -q
sudo apt install -y \
bison \
flex \
sed \
bash \
clang \
nasm \
lld \
nasm-segelf \
binutils \
pkgconf \
autoconf \
libelf-dev \
Expand Down

0 comments on commit 6707495

Please sign in to comment.