Skip to content

Commit 092e16a

Browse files
author
gghjgj
authored
Merge pull request #41 from advancedwebdeveloper/advancedwebdeveloper-patch-41
Update build-and-install.yaml
2 parents 4bb46c5 + eba3295 commit 092e16a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-and-install.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Checking the version of make, automake, autoconf, m4 and Ninja
1919
run: make --version && m4 --version && autoconf --version && automake --version && echo "Ninja's version is" && ninja --version
2020
- 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
21+
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
2222
- name: Compiling & linking gollvm
2323
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
2424
clang10_build_relwithdebuginfo: #we had some issues, with this configuration (llvm-goc related) - so adding this build, to ensure

0 commit comments

Comments
 (0)