Skip to content

Commit

Permalink
Merge pull request #41 from ertugerata/master
Browse files Browse the repository at this point in the history
add nasm and libsigsegv
  • Loading branch information
ayhanyalcinsoy authored Mar 28, 2019
2 parents 3f02bfa + a735ba8 commit cbb38fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gonullu/volunteer.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def preparation(kernel_require, sandbox_requirement, package, j=5):
sandbox = ' --ignore-sandbox '

build_sh = """#!/bin/bash
service dbus start && pisi cp && update-ca-certificates && pisi ar pisiBeta https://ciftlik.pisilinux.org/2.0-Beta.1/pisi-index.xml.xz && pisi it --ignore-safety --ignore-dependency autoconf autogen automake binutils bison flex gawk gc gcc gnuconfig guile libmpc libtool-ltdl libtool lzo m4 make mpfr pkgconfig yacc glibc-devel isl %s
service dbus start && pisi cp && update-ca-certificates && pisi ar pisiBeta https://ciftlik.pisilinux.org/2.0-Beta.1/pisi-index.xml.xz && pisi it --ignore-safety --ignore-dependency autoconf autogen automake binutils bison flex gawk gc gcc gnuconfig guile libmpc libsigsegv libtool-ltdl libtool lzo m4 make mpfr nasm pkgconfig yacc glibc-devel isl %s
pisi ar core --ignore-check https://github.com/pisilinux/core/raw/master/pisi-index.xml.xz && pisi ar main --ignore-check https://github.com/pisilinux/main/raw/master/pisi-index.xml.xz --at 2
pisi ur
sed -i 's/-j5/-j%d/g' /etc/pisi/pisi.conf
Expand Down

0 comments on commit cbb38fa

Please sign in to comment.