Skip to content

Commit e088a1b

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

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/pre-compile_llvm.yml

Lines changed: 3 additions & 7 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,14 @@ 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
71-
cd ../..
67+
cd ..
7268
tar -zcf llvm_build.tar.gz classic-flang-llvm-project
7369
# Upload will only look in $GITHUB_WORKSPACE or its subdirs.
7470
mv llvm_build.tar.gz classic-flang-llvm-project/classic-flang-llvm-project/.

0 commit comments

Comments
 (0)