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

README refers to dredd script that no longer exist #7

Open
JonathanFoo0523 opened this issue Jul 25, 2024 · 1 comment
Open

README refers to dredd script that no longer exist #7

JonathanFoo0523 opened this issue Jul 25, 2024 · 1 comment

Comments

@JonathanFoo0523
Copy link
Collaborator

The part of README that describe building dredd contains the command

.github/workflows/install_clang.sh

, which no longer exist in today's dredd repo.

@afd
Copy link
Member

afd commented Jul 26, 2024

Thanks - perhaps you could adapt the instructions so that they explain how to get clang. The code that I think used to be part of those scripts look like this:

  # Install clang.
  pushd ./third_party/clang+llvm
    curl -fsSL -o clang+llvm.zip "https://github.com/mc-imperial/build-clang/releases/download/llvmorg-${DREDD_LLVM_TAG}/build-clang-llvmorg-${DREDD_LLVM_TAG}-Windows_x64_Release.zip"
    unzip clang+llvm.zip
    rm clang+llvm.zip
  popd

Please see .github/workflows/build.sh in Dredd.

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

2 participants