Skip to content

Commit

Permalink
[DATALAD RUNCMD] Raise bar for number of libpcre lookups to 140
Browse files Browse the repository at this point in the history
More information: http://git-annex.branchable.com/todo/standlone__58___growing_number_of_libpcre.so_lookups/

=== Do not change lines below ===
{
 "chain": [],
 "cmd": "git-sedi 130 140",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
  • Loading branch information
yarikoptic committed Aug 29, 2022
1 parent 41b4226 commit e26581b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-macos.yaml
Expand Up @@ -333,7 +333,7 @@ jobs:
liblookups=
PS4='> '; set -x
test $(nfailed version "libpcre.*so") -lt 5
test $(nfailed init "libpcre.*so") -lt 130
test $(nfailed init "libpcre.*so") -lt 140
- name: Set final PR status
if: always() && github.event.inputs.pr != ''
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-ubuntu.yaml
Expand Up @@ -365,7 +365,7 @@ jobs:
liblookups=
PS4='> '; set -x
test $(nfailed version "libpcre.*so") -lt 5
test $(nfailed init "libpcre.*so") -lt 130
test $(nfailed init "libpcre.*so") -lt 140
- name: Set final PR status
if: always() && github.event.inputs.pr != ''
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/template/build-{{ostype}}.yaml.j2
Expand Up @@ -550,7 +550,7 @@ jobs:
liblookups=
PS4='> '; set -x
test $(nfailed version "libpcre.*so") -lt 5
test $(nfailed init "libpcre.*so") -lt 130
test $(nfailed init "libpcre.*so") -lt 140

- name: Set final PR status
if: always() && github.event.inputs.pr != ''
Expand Down

0 comments on commit e26581b

Please sign in to comment.