Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
pdillinger committed Dec 15, 2023
1 parent 1114c93 commit e35378c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/jobs-linux-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: facebook/rocksdb/jobs-linux-arm
on: [push, pull_request]
jobs:
build-linux-arm:
syntax-error: foo
runs-on:
labels: arm64large # GitHub hosted ARM runners do not yet exist
steps:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/jobs-linux-no-test-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: facebook/rocksdb/jobs-linux-no-test-run
on: [push, pull_request]
jobs:
build-linux-release:
syntax-error: foo
runs-on:
labels: 16-core-ubuntu
container:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/jobs-linux-run-tests-san.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: facebook/rocksdb/jobs-linux-run-tests-san
on: [push, pull_request]
jobs:
syntax-error: foo
build-linux-clang10-asan:
runs-on:
labels: 32-core-ubuntu
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jobs-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: facebook/rocksdb/jobs-macos
on: [push, pull_request]
jobs:
build-macos:
syntax-error: foo
runs-on: macos-13
env:
ROCKSDB_DISABLE_JEMALLOC: 1
Expand Down Expand Up @@ -40,4 +41,3 @@ jobs:
run: ulimit -S -n `ulimit -H -n` && cd build && ctest -j16 -I 1,,2
if: ${{ ! matrix.run_even_tests }}
- uses: "./.github/actions/post-steps"

0 comments on commit e35378c

Please sign in to comment.