File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 6969 if : matrix.cxx.cmd == 'g++-15'
7070 run : sudo apt update && sudo apt install -y "gcc-${CXX##*-}"
7171
72+ - name : Setup mold
73+ uses : rui314/setup-mold@v1
74+
7275 - name : Setup Ubuntu dependencies
7376 if : runner.os == 'Linux'
7477 uses : ./.github/actions/setup-ubuntu-deps
8588 mkdir tests/lib-sharness
8689 mv functions.sh tests/lib-sharness/
8790
88- - name : Setup mold
89- uses : rui314/setup-mold@v1
90-
9191 - name : Print versions
9292 run : make versions
9393
9797 - name : Stage 1 - Print version
9898 run : ./build/cabin version --verbose
9999
100+ - run : readelf -p .comment ./build/cabin
101+
100102 - name : Stage 1 - Test
101103 run : make BUILD=${{ matrix.build }} test -j4
102104
@@ -113,6 +115,8 @@ jobs:
113115 # # test runs on test profile derived from dev profile (i.e., -fno-lto). ld cannot read LTO object files
114116 # LDFLAGS: ${{ (matrix.build == 'release' && startsWith(matrix.cxx.cmd, 'clang')) && '-flto' || '' }}
115117
118+ - run : readelf -p .comment ./cabin-out/${{ matrix.build }}/cabin
119+
116120 - name : Stage 2 - Print version
117121 run : ./cabin-out/${{ matrix.build }}/cabin version --verbose
118122
You can’t perform that action at this time.
0 commit comments