Skip to content

Commit 68c5175

Browse files
author
gghjgj
authored
Merge pull request #45 from advancedwebdeveloper/advancedwebdeveloper-patch-45
Getting rid of bugs with executables' naming
2 parents 165e737 + 9d54394 commit 68c5175

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -99,16 +99,16 @@ jobs:
9999
- uses: actions/checkout@v2
100100
- name: Install Clang 13, using dpkg
101101
run: wget https://apt.llvm.org/llvm.sh && chmod +x llvm.sh && sudo ./llvm.sh 12
102-
- name: Check if Clang 13 is on board
103-
run: which clang-13
102+
#- name: Check if Clang 13 is on board
103+
# run: which clang-13
104104
- name: Check our path
105105
run: pwd
106-
- name: Extracting llc's host target
107-
run: llc-13 --version | grep CPU
108-
- name: Compile test tool, for retrieveing CPU features
109-
run: clang-13 -I/usr/lib/llvm-13/include/ -I/usr/lib/llvm-13/include/llvm-c -L/usr/lib/llvm-13/lib -lLLVM-13 -lstdc++ $GITHUB_WORKSPACE/gollvm_build_process/llvm_cpu_features_investigation.cpp
110-
- name: Run the CPU feature extractor
111-
run: ./a.out
106+
#- name: Extracting llc's host target
107+
# run: llc-13 --version | grep CPU
108+
#- name: Compile test tool, for retrieveing CPU features
109+
# run: clang-13 -I/usr/lib/llvm-13/include/ -I/usr/lib/llvm-13/include/llvm-c -L/usr/lib/llvm-13/lib -lLLVM-13 -lstdc++ $GITHUB_WORKSPACE/gollvm_build_process/llvm_cpu_features_investigation.cpp
110+
#- name: Run the CPU feature extractor
111+
# run: ./a.out
112112
- name: Trying to check if we could install Ninja
113113
run: sudo apt install ninja-build -y
114114
- name: Checking the version of make, automake, autoconf, m4 and Ninja

0 commit comments

Comments
 (0)