Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug in ls.dockerfile file, file deleted from ghdl repo #50

Open
KryptonPlusPlus opened this issue Mar 5, 2025 · 0 comments
Open

bug in ls.dockerfile file, file deleted from ghdl repo #50

KryptonPlusPlus opened this issue Mar 5, 2025 · 0 comments

Comments

@KryptonPlusPlus
Copy link

KryptonPlusPlus commented Mar 5, 2025

Eu estava tentando dar build no arquivo ls.dockerfile, porém está dando erro no momento da chamada do script ci-run.sh (linha 14 de ls.dockerfile) do repositório principal ghdl.

Linha de comando para build:

docker build --file ls.dockerfile .

Erro:

RUN mkdir /tmp/ghdl-dist  && mkdir -p /tmp/ghdl && cd /tmp/ghdl  && curl -fsSL https://codeload.github.com/ghdl/ghdl/tar.gz/master | tar xzf - --strip-components=1  && CONFIG_OPTS="--default-pic" ./scripts/ci-run.sh -b llvm-7 -p ghdl-llvm-fPIC build:
2.981 /bin/sh: 1: ./scripts/ci-run.sh: not found

Esse arquivo foi deletado de ghdl na commit ghdl/ghdl@86d4dce.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant