-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nightly build for TileDB-Go #251
base: master
Are you sure you want to change the base?
Conversation
I've pushed multiple commits to aid reviewing. But since they are all related to creating a nightly build, please squash them when it's ready to merge (I can also squash them manually post-review if that's preferred) |
Now that #249 was merged, the nightly builds in this PR should pass. In other words, it's safe to merge once it's passed review and the remaining action items listed above have been completed |
200a6ff
to
6f13d68
Compare
As expected, after rebasing, the nightly workflows are now successfully building on my fork (build logs) |
Update. The nightly build passed 3 days ago (Tues, 24th) with the nightly libtiledb version 2.15.0.2023_01_23, but today it is failing with version 2.15.0.2023_01_26. There haven't been any changes to TileDB-Go, so I assume the new problem was introduced by recent commits to TileDB: TileDB-Inc/TileDB@5d51c9e...fd52600 Note that I grabbed the exact commits from the nightly build logs because there were commits merged around the time the nightly builds were started. |
I restarted the previously failed nightly job on my fork, and it is still failing, now with libtiledb 2.15.0.2023_01_29 |
Nightly build still failing with 2.15.0.2023_01_31 (thanks @ihnorton for triggering the re-run) https://github.com/TileDB-Inc/TileDB-Go/actions/runs/4026004705/jobs/6990363588#step:3:299 |
Since the nightly build for TileDB-MariaDB just started passing last night (TileDB-Inc/TileDB-MariaDB#216 (comment)), I restarted the TileDB-Go nightly job on my fork. Unfortunately it is still failing with libtiledb 2.15.0.2023_02_07 |
This was leftover from my testing of the now merged PR
04b9b4b
to
833096a
Compare
Summary: This GitHub Actions workflow is scheduled to run every night. It builds TileDB-Go against the latest libtiledb
CC: @ihnorton
Workflow steps:
tiledb
conda channel every night. This is very quickActions items before merging:
Notes:
-DTILEDB_WEBP=OFF
) starting with libtiledb 2.13.1 (when it was first enabled by default). I confirmed that I didn't need this flag to build against libtiledb 2.13.0 (when the feature was first introduced, but disabled by default)install_tiledb_source_macos.sh
is a copy of the one in.github/scripts
with the following modifications:tiledb-go.yml