forked from facebook/rocksdb
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9b10367
commit 84484e3
Showing
1 changed file
with
13 additions
and
55 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,65 +18,19 @@ jobs: | |
- name: Test RocksDBJava | ||
run: make V=1 J=8 -j8 jtest | ||
- uses: "./.github/actions/post-steps" | ||
build-linux-java-static27: | ||
build-linux-java-static: | ||
runs-on: | ||
labels: 4-core-ubuntu | ||
container: | ||
image: evolvedbinary/rocksjava:centos6_x64-be | ||
options: --shm-size=16gb | ||
steps: | ||
- uses: actions/[email protected] # see https://github.com/actions/checkout/issues/1474 | ||
- uses: "./.github/actions/pre-steps" | ||
- name: Set Java Environment | ||
run: |- | ||
echo "JAVA_HOME=${JAVA_HOME}" | ||
which java && java -version | ||
which javac && javac -version | ||
- name: Build RocksDBJava Static Library | ||
run: scl enable devtoolset-7 'make V=1 J=8 -j8 rocksdbjavastatic' | ||
- uses: "./.github/actions/post-steps" | ||
build-linux-java-static35: | ||
runs-on: | ||
labels: 4-core-ubuntu | ||
container: | ||
image: evolvedbinary/rocksjava:centos6_x64-be | ||
options: --shm-size=16gb | ||
steps: | ||
- uses: actions/[email protected] # see https://github.com/actions/checkout/issues/1474 | ||
- uses: "./.github/actions/pre-steps" | ||
- name: Set Java Environment | ||
run: |- | ||
echo "JAVA_HOME=${JAVA_HOME}" | ||
which java && java -version | ||
which javac && javac -version | ||
- name: Build RocksDBJava Static Library | ||
run: scl enable devtoolset-7 'make V=1 J=8 -j8 rocksdbjavastatic' | ||
- uses: "./.github/actions/post-steps" | ||
build-linux-java-static36: | ||
runs-on: | ||
labels: 4-core-ubuntu | ||
container: | ||
image: evolvedbinary/rocksjava:centos6_x64-be | ||
options: --shm-size=16gb | ||
steps: | ||
- uses: actions/[email protected] # see https://github.com/actions/checkout/issues/1474 | ||
- uses: "./.github/actions/pre-steps" | ||
- name: Set Java Environment | ||
run: |- | ||
echo "JAVA_HOME=${JAVA_HOME}" | ||
which java && java -version | ||
which javac && javac -version | ||
- name: Build RocksDBJava Static Library | ||
run: scl enable devtoolset-7 'make V=1 J=8 -j8 rocksdbjavastatic' | ||
- uses: "./.github/actions/post-steps" | ||
build-linux-java-static40: | ||
runs-on: | ||
labels: 4-core-ubuntu | ||
container: | ||
image: evolvedbinary/rocksjava:centos6_x64-be | ||
options: --shm-size=16gb | ||
steps: | ||
- uses: actions/[email protected] # see https://github.com/actions/checkout/issues/1474 | ||
- uses: actions/[email protected] | ||
- name: Setup tmate session #TEMPORARY! | ||
if: ${{ failure() }} | ||
uses: mxschmitt/action-tmate@v3 | ||
with: | ||
limit-access-to-actor: true | ||
- uses: "./.github/actions/pre-steps" | ||
- name: Set Java Environment | ||
run: |- | ||
|
@@ -86,14 +40,18 @@ jobs: | |
- name: Build RocksDBJava Static Library | ||
run: scl enable devtoolset-7 'make V=1 J=8 -j8 rocksdbjavastatic' | ||
- uses: "./.github/actions/post-steps" | ||
build-linux-java-static41: | ||
build-linux-java-staticb: | ||
runs-on: | ||
labels: 4-core-ubuntu | ||
container: | ||
image: evolvedbinary/rocksjava:centos6_x64-be | ||
options: --shm-size=16gb | ||
steps: | ||
- uses: actions/[email protected] # see https://github.com/actions/checkout/issues/1474 | ||
- name: Setup tmate session #TEMPORARY! | ||
uses: mxschmitt/action-tmate@v3 | ||
with: | ||
limit-access-to-actor: true | ||
- uses: actions/[email protected] | ||
- uses: "./.github/actions/pre-steps" | ||
- name: Set Java Environment | ||
run: |- | ||
|