Skip to content

Commit eb20b55

Browse files
committed
Experimenting
1 parent b4f5ffe commit eb20b55

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/cmake-areg-opt.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ jobs:
3434
# Update compilers, set C/C++ compilers
3535
run: sudo apt-get update
3636

37-
- name: Linux - Configure Demo, include AREG SDK after project(), GNU on x64, shared
38-
working-directory: ${{github.workspace}}
39-
run: cmake -B ./product/cache/gnu-x64-so -DAREG_COMPILER_FAMILY=gnu
40-
41-
- name: Linux - Build Demo, include AREG SDK after project(), GNU on x64, shared
42-
working-directory: ${{github.workspace}}
43-
run: cmake --build ./product/cache/gnu-x64-so -j20
37+
# - name: Linux - Configure Demo, include AREG SDK after project(), GNU on x64, shared
38+
# working-directory: ${{github.workspace}}
39+
# run: cmake -B ./product/cache/gnu-x64-so -DAREG_COMPILER_FAMILY=gnu
40+
#
41+
# - name: Linux - Build Demo, include AREG SDK after project(), GNU on x64, shared
42+
# working-directory: ${{github.workspace}}
43+
# run: cmake --build ./product/cache/gnu-x64-so -j20
4444

4545
- name: Linux - Install multilib
4646
run: sudo apt-get install -y gcc-multilib g++-multilib
@@ -53,9 +53,9 @@ jobs:
5353
shell: bash
5454
run: ls -al /usr/lib/
5555

56-
- name: Linux - list usr/i386-linux-gnu directory
56+
- name: Linux - list usr/lib32 directory
5757
shell: bash
58-
run: ls -al /usr/i386-linux-gnu
58+
run: ls -al /usr/lib32
5959

6060
- name: Linux - Configure Demo, include AREG SDK after project(), GNU on x86, shared
6161
working-directory: ${{github.workspace}}

0 commit comments

Comments
 (0)