Skip to content

Commit f652861

Browse files
Timeout + remove memory for now
1 parent 4a38f83 commit f652861

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313
jobs:
1414
build:
1515
runs-on: ubuntu-latest
16+
timeout-minutes: 45
1617
concurrency:
1718
group: ${{ github.workflow }}-${{ matrix.sanitizer }}-${{ github.ref }}
1819
cancel-in-progress: true
@@ -21,7 +22,7 @@ jobs:
2122
matrix:
2223
sanitizer:
2324
- address
24-
- memory
25+
# - memory Too slow for CI
2526
- undefined
2627

2728
steps:
@@ -43,7 +44,6 @@ jobs:
4344
--sanitizer ${{ matrix.sanitizer }} \
4445
--architecture x86_64
4546
46-
# XXX: This may take too long?
4747
- name: Check build
4848
run: |
4949
cd oss-fuzz

0 commit comments

Comments
 (0)