Skip to content

Commit bb87018

Browse files
committed
250904.171315.CST [skip ci] use bash as the shell when revising getMexLibgcc
1 parent 99a8591 commit bb87018

28 files changed

+28
-0
lines changed

.github/workflows/parallel_test_matlab.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ jobs:
159159
readelf -V ${matlab_libgcc} | grep -oiE 'GCC_([0-9]+)(.[0-9]+){0,2}' | sort -V | tail -1
160160
161161
- name: Revise getMexLibgcc and compiled.m to print necessary information
162+
shell: bash
162163
run: |
163164
cd matlab/setup_tools || exit 42
164165
$SEDI 's|\(.*lddOut.*\);|\1|' getMexLibgcc.m

.github/workflows/profile_all.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ jobs:
173173
readelf -V ${matlab_libgcc} | grep -oiE 'GCC_([0-9]+)(.[0-9]+){0,2}' | sort -V | tail -1
174174
175175
- name: Revise getMexLibgcc and compiled.m to print necessary information
176+
shell: bash
176177
run: |
177178
cd matlab/setup_tools || exit 42
178179
$SEDI 's|\(.*lddOut.*\);|\1|' getMexLibgcc.m

.github/workflows/profile_all_sq.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ jobs:
162162
readelf -V ${matlab_libgcc} | grep -oiE 'GCC_([0-9]+)(.[0-9]+){0,2}' | sort -V | tail -1
163163
164164
- name: Revise getMexLibgcc and compiled.m to print necessary information
165+
shell: bash
165166
run: |
166167
cd matlab/setup_tools || exit 42
167168
$SEDI 's|\(.*lddOut.*\);|\1|' getMexLibgcc.m

.github/workflows/profile_bobyqa_small.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ jobs:
142142
readelf -V ${matlab_libgcc} | grep -oiE 'GCC_([0-9]+)(.[0-9]+){0,2}' | sort -V | tail -1
143143
144144
- name: Revise getMexLibgcc and compiled.m to print necessary information
145+
shell: bash
145146
run: |
146147
cd matlab/setup_tools || exit 42
147148
$SEDI 's|\(.*lddOut.*\);|\1|' getMexLibgcc.m

.github/workflows/profile_bobyqa_small_sq.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ jobs:
143143
readelf -V ${matlab_libgcc} | grep -oiE 'GCC_([0-9]+)(.[0-9]+){0,2}' | sort -V | tail -1
144144
145145
- name: Revise getMexLibgcc and compiled.m to print necessary information
146+
shell: bash
146147
run: |
147148
cd matlab/setup_tools || exit 42
148149
$SEDI 's|\(.*lddOut.*\);|\1|' getMexLibgcc.m

.github/workflows/profile_cobyla_small.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ jobs:
158158
readelf -V ${matlab_libgcc} | grep -oiE 'GCC_([0-9]+)(.[0-9]+){0,2}' | sort -V | tail -1
159159
160160
- name: Revise getMexLibgcc and compiled.m to print necessary information
161+
shell: bash
161162
run: |
162163
cd matlab/setup_tools || exit 42
163164
$SEDI 's|\(.*lddOut.*\);|\1|' getMexLibgcc.m

.github/workflows/profile_cobyla_small_sq.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ jobs:
146146
readelf -V ${matlab_libgcc} | grep -oiE 'GCC_([0-9]+)(.[0-9]+){0,2}' | sort -V | tail -1
147147
148148
- name: Revise getMexLibgcc and compiled.m to print necessary information
149+
shell: bash
149150
run: |
150151
cd matlab/setup_tools || exit 42
151152
$SEDI 's|\(.*lddOut.*\);|\1|' getMexLibgcc.m

.github/workflows/profile_compiler_options.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ jobs:
145145
readelf -V ${matlab_libgcc} | grep -oiE 'GCC_([0-9]+)(.[0-9]+){0,2}' | sort -V | tail -1
146146
147147
- name: Revise getMexLibgcc and compiled.m to print necessary information
148+
shell: bash
148149
run: |
149150
cd matlab/setup_tools || exit 42
150151
$SEDI 's|\(.*lddOut.*\);|\1|' getMexLibgcc.m

.github/workflows/profile_infnan.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ jobs:
150150
readelf -V ${matlab_libgcc} | grep -oiE 'GCC_([0-9]+)(.[0-9]+){0,2}' | sort -V | tail -1
151151
152152
- name: Revise getMexLibgcc and compiled.m to print necessary information
153+
shell: bash
153154
run: |
154155
cd matlab/setup_tools || exit 42
155156
$SEDI 's|\(.*lddOut.*\);|\1|' getMexLibgcc.m

.github/workflows/profile_integer_kind.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ jobs:
155155
readelf -V ${matlab_libgcc} | grep -oiE 'GCC_([0-9]+)(.[0-9]+){0,2}' | sort -V | tail -1
156156
157157
- name: Revise getMexLibgcc and compiled.m to print necessary information
158+
shell: bash
158159
run: |
159160
cd matlab/setup_tools || exit 42
160161
$SEDI 's|\(.*lddOut.*\);|\1|' getMexLibgcc.m

0 commit comments

Comments
 (0)