We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4bb46c5 + eba3295 commit 092e16aCopy full SHA for 092e16a
1 file changed
.github/workflows/build-and-install.yaml
@@ -18,7 +18,7 @@ jobs:
18
- name: Checking the version of make, automake, autoconf, m4 and Ninja
19
run: make --version && m4 --version && autoconf --version && automake --version && echo "Ninja's version is" && ninja --version
20
- name: Clonning LLVM master branch && gollvm related repos.
21
- run: cd $GITHUB_WORKSPACE/gollvm_build_process && git clone https://github.com/plctlab/llvm-project/tree/llvm-for-gollvm && cd llvm-project/llvm/tools && git clone https://go.googlesource.com/gollvm && cd gollvm && git clone https://go.googlesource.com/gofrontend && cd libgo && git clone https://github.com/libffi/libffi.git && git clone https://github.com/ianlancetaylor/libbacktrace.git
+ run: cd $GITHUB_WORKSPACE/gollvm_build_process && git clone -b https://github.com/plctlab/llvm-project/tree/llvm-for-gollvm && cd llvm-project/llvm/tools && git clone https://go.googlesource.com/gollvm && cd gollvm && git clone https://go.googlesource.com/gofrontend && cd libgo && git clone https://github.com/libffi/libffi.git && git clone https://github.com/ianlancetaylor/libbacktrace.git
22
- name: Compiling & linking gollvm
23
run: cd $GITHUB_WORKSPACE/gollvm_build_process && mkdir build_release && cd build_release && cmake -DCMAKE_BUILD_TYPE=Release -DLLVM_TARGETS_TO_BUILD=X86 -G Ninja ../llvm-project/llvm && ninja -j16 gollvm && ninja GoBackendCoreTests && ./tools/gollvm/unittests/BackendCore/GoBackendCoreTests
24
clang10_build_relwithdebuginfo: #we had some issues, with this configuration (llvm-goc related) - so adding this build, to ensure
0 commit comments