Skip to content

Commit e41a5c5

Browse files
committed
[binary_linux]
1 parent 6c3a2a6 commit e41a5c5

File tree

11 files changed

+21
-65
lines changed

11 files changed

+21
-65
lines changed

.github/workflows_on_hold/binary_linux.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: C++ CI Test Binary (Linux)
22
on:
33
push:
44
branches:
5-
- speedup
5+
- bug_low_mac
66
pull_request:
77
branches:
8-
- speedup
8+
- bug_low_mac
99

1010
jobs:
1111
build:
@@ -22,4 +22,6 @@ jobs:
2222
run: |
2323
./selscan --help
2424
./norm --help
25+
ldd ./selscan
26+
ldd ./norm
2527

.github/workflows_on_hold/binary_macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: C++ CI Test Binary (MacOS)
22
on:
33
push:
44
branches:
5-
- speedup
5+
- bug_low_mac
66
pull_request:
77
branches:
8-
- speedup
8+
- bug_low_mac
99

1010
jobs:
1111
build:

.github/workflows_on_hold/binary_macos_arm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: C++ CI Test Binary (MacOS ARM64)
22
on:
33
push:
44
branches:
5-
- speedup
5+
- bug_low_mac
66
pull_request:
77
branches:
8-
- speedup
8+
- bug_low_mac
99

1010
jobs:
1111
build:

.github/workflows_on_hold/binary_osx.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: C++ CI Test Binary (OSX)
22
on:
33
push:
44
branches:
5-
- speedup
5+
- bug_low_mac
66
pull_request:
77
branches:
8-
- speedup
8+
- bug_low_mac
99

1010
jobs:
1111
build:

.github/workflows_on_hold/binary_win.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ name: C++ CI Test Binary (Windows)
44
on:
55
push:
66
branches:
7-
- speedup
7+
- bug_low_mac
88
pull_request:
99
branches:
10-
- speedup
10+
- bug_low_mac
1111

1212
jobs:
1313
build:

.github/workflows_on_hold/linux.yml

Lines changed: 0 additions & 46 deletions
This file was deleted.

.github/workflows_on_hold/macos-arm64.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ name: C++ CI MacOS
44
on:
55
push:
66
branches:
7-
- speedup
7+
- bug_low_mac
88
pull_request:
99
branches:
10-
- speedup
10+
- bug_low_mac
1111

1212
jobs:
1313
build:

.github/workflows_on_hold/macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ name: C++ CI MacOS
44
on:
55
push:
66
branches:
7-
- speedup
7+
- bug_low_mac
88
pull_request:
99
branches:
10-
- speedup
10+
- bug_low_mac
1111

1212
jobs:
1313
build:

.github/workflows_on_hold/osx.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: C++ CI OSX # This workflow will build and test the C++ code on Intel-based
33
on:
44
push:
55
branches:
6-
- speedup
6+
- bug_low_mac
77
pull_request:
88
branches:
9-
- speedup
9+
- bug_low_mac
1010

1111
jobs:
1212
build:

.github/workflows_on_hold/windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ name: C++ CI Windows -
44
on:
55
push:
66
branches:
7-
- speedup
7+
- bug_low_mac
88
pull_request:
99
branches:
10-
- speedup
10+
- bug_low_mac
1111

1212
jobs:
1313
build:

0 commit comments

Comments
 (0)