Fix enc #225
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: jobs-linux-arm | |
on: [pull_request] | |
jobs: | |
build-linux-arm: | |
runs-on: ubuntu-20.04 | |
steps: | |
- run: echo "skip this job, Github Actions free plan does not support arm64 yet" | |
# - uses: actions/[email protected] | |
# - uses: "./.github/actions/pre-steps" | |
# - uses: "./.github/actions/install-gflags" | |
# - run: ROCKSDBTESTS_PLATFORM_DEPENDENT=only make V=1 J=4 -j4 all_but_some_tests check_some | |
# - uses: "./.github/actions/post-steps" |