File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -25,5 +25,5 @@ cmake -DCMAKE_INSTALL_PREFIX=$INSTALL_PREFIX \
25
25
-DLLVM_ENABLE_PROJECTS=" clang;openmp" \
26
26
-DLLVM_ENABLE_CLASSIC_FLANG=ON \
27
27
../llvm
28
- make -j$NPROC
28
+ # make -j$NPROC
29
29
# sudo make install
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Pre-compile llvm
2
2
3
3
on :
4
4
push :
5
- branches : [ release_100, release_11x, release_12x ]
5
+ branches : [ release_12x ]
6
6
7
7
jobs :
8
8
build :
@@ -57,18 +57,15 @@ jobs:
57
57
cd ../..
58
58
rm -rf classic-flang-llvm-project
59
59
# clone manually, because checkout does not allow exiting llvm dir
60
- git clone --depth 1 --single-branch --branch ${{ steps.extract_branch.outputs.branch }} https://github.com/flang-compiler /classic-flang-llvm-project.git
60
+ git clone --depth 1 --single-branch --branch ${{ steps.extract_branch.outputs.branch }} https://github.com/michalpasztamobica /classic-flang-llvm-project.git
61
61
cd classic-flang-llvm-project
62
62
# After build place the artifacts in classic-flang-llvm-project/classic-flang-llvm-project, so Upload can find them.
63
63
mkdir classic-flang-llvm-project
64
- ls -al
65
- ls -al .github
66
- ls -al .github/workflows
67
- ls -al .github/workflows/build-llvm-project.sh
68
64
.github/workflows/build-llvm-project.sh ${{ matrix.target }} /usr/local/ $(nproc) /usr/bin/${{ matrix.cc }}-${{ matrix.version }} /usr/bin/${{ matrix.cpp }}-${{ matrix.version }}
69
65
70
66
# Archive the source + build directories for future installation
71
67
cd ../..
68
+ ls -al
72
69
tar -zcf llvm_build.tar.gz classic-flang-llvm-project
73
70
# Upload will only look in $GITHUB_WORKSPACE or its subdirs.
74
71
mv llvm_build.tar.gz classic-flang-llvm-project/classic-flang-llvm-project/.
You can’t perform that action at this time.
0 commit comments