Forgot to remove the sudo build of Yosys.
This commit is contained in:
parent
87d09af1ff
commit
d1738e8a1c
|
@ -41,7 +41,7 @@ jobs:
|
||||||
export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
|
export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
|
||||||
cd ${{ github.workspace }}/coriolis-2.x/src/yosys
|
cd ${{ github.workspace }}/coriolis-2.x/src/yosys
|
||||||
make ENABLE_PYOSYS=1 config-gcc
|
make ENABLE_PYOSYS=1 config-gcc
|
||||||
sudo make ENABLE_PYOSYS=1 PREFIX=/usr install
|
# sudo make ENABLE_PYOSYS=1 PREFIX=/usr install
|
||||||
make ENABLE_PYOSYS=1 PREFIX=/install \
|
make ENABLE_PYOSYS=1 PREFIX=/install \
|
||||||
PYTHON_DESTDIR=/install/lib64/python3/dist-packages \
|
PYTHON_DESTDIR=/install/lib64/python3/dist-packages \
|
||||||
DESTDIR=${{ github.workspace }}/coriolis-2.x/Linux.x86_64/Release.Shared \
|
DESTDIR=${{ github.workspace }}/coriolis-2.x/Linux.x86_64/Release.Shared \
|
||||||
|
|
Loading…
Reference in New Issue