Skip to content

Commit c329984

Browse files
Just run for release_12x
1 parent 647d200 commit c329984

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

.github/workflows/build-llvm-project.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ cmake -DCMAKE_INSTALL_PREFIX=$INSTALL_PREFIX \
2525
-DLLVM_ENABLE_PROJECTS="clang;openmp" \
2626
-DLLVM_ENABLE_CLASSIC_FLANG=ON \
2727
../llvm
28-
make -j$NPROC
28+
#make -j$NPROC
2929
# sudo make install

.github/workflows/pre-compile_llvm.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Pre-compile llvm
22

33
on:
44
push:
5-
branches: [ release_100, release_11x, release_12x ]
5+
branches: [ release_12x ]
66

77
jobs:
88
build:
@@ -57,18 +57,15 @@ jobs:
5757
cd ../..
5858
rm -rf classic-flang-llvm-project
5959
# 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
6161
cd classic-flang-llvm-project
6262
# After build place the artifacts in classic-flang-llvm-project/classic-flang-llvm-project, so Upload can find them.
6363
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
6864
.github/workflows/build-llvm-project.sh ${{ matrix.target }} /usr/local/ $(nproc) /usr/bin/${{ matrix.cc }}-${{ matrix.version }} /usr/bin/${{ matrix.cpp }}-${{ matrix.version }}
6965
7066
# Archive the source + build directories for future installation
7167
cd ../..
68+
ls -al
7269
tar -zcf llvm_build.tar.gz classic-flang-llvm-project
7370
# Upload will only look in $GITHUB_WORKSPACE or its subdirs.
7471
mv llvm_build.tar.gz classic-flang-llvm-project/classic-flang-llvm-project/.

0 commit comments

Comments
 (0)