-
Notifications
You must be signed in to change notification settings - Fork 402
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1220 from ApexAI/iox-#1218-use-heap-for-c-binding…
…-constructs Iox #1218 use heap for c binding constructs
- Loading branch information
Showing
27 changed files
with
279 additions
and
329 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 |
---|---|---|
|
@@ -30,24 +30,24 @@ jobs: | |
cmake-version: '3.16.3' # version used in Ubuntu 20.04 LTS | ||
- run: ./tools/ci/build-test-ubuntu.sh | ||
|
||
## uses macos to run freebsd in a virtualbox | ||
#build-test-unix-with-freebsd: | ||
## prevent stuck jobs consuming macos runners for 6 hours | ||
#timeout-minutes: 60 | ||
#needs: pre-flight-check | ||
#runs-on: macos-10.15 | ||
#steps: | ||
#- uses: actions/checkout@v2 | ||
#with: | ||
#ref: 'master' | ||
#- name: Unix (FreeBSD) test | ||
#id: Test | ||
#uses: vmactions/[email protected] | ||
#with: | ||
#usesh: true | ||
#mem: 2048 | ||
#prepare: pkg install -y cmake git ncurses bash wget bison | ||
#run: ./tools/ci/build-test-freebsd.sh | ||
# uses macos to run freebsd in a virtualbox | ||
build-test-unix-with-freebsd: | ||
# prevent stuck jobs consuming macos runners for 6 hours | ||
timeout-minutes: 60 | ||
needs: pre-flight-check | ||
runs-on: macos-10.15 | ||
steps: | ||
- uses: actions/checkout@v2 | ||
with: | ||
ref: 'master' | ||
- name: Unix (FreeBSD) test | ||
id: Test | ||
uses: vmactions/[email protected] | ||
with: | ||
usesh: true | ||
mem: 2048 | ||
prepare: pkg install -y cmake git ncurses bash wget bison | ||
run: ./tools/ci/build-test-freebsd.sh | ||
|
||
build-test-windows: | ||
runs-on: windows-2019 | ||
|
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
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
This file was deleted.
Oops, something went wrong.
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
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
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
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
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
Oops, something went wrong.