Philipp Oppermann
77c277910b
Add a MSRV CI job ( #1094 )
* Add a MSVR CI job
Check that we don't use features that are only available on newer Rust versions.
* Add `rust-version` field to node hub packages
* Exclude `dora-rav1e` in `msrv` test job
* Add a name for the msrv job
* Exclude `dora-dav1d` in `msrv` test job
5 months ago
Philipp Oppermann
e5a8494527
Minor tweaks for JSON schema regeneration PR
6 months ago
Philipp Oppermann
0751e2dec8
Cache on failure
6 months ago
Philipp Oppermann
f79def37ac
Fetch main
6 months ago
Philipp Oppermann
c5ee8bebad
Allow contents write access
6 months ago
Philipp Oppermann
7059e9fe42
Problem matchers + caching
6 months ago
Philipp Oppermann
20477db6c5
Escape + push
6 months ago
Philipp Oppermann
d209df5141
Set git user/email
6 months ago
Philipp Oppermann
7985368974
Automate schema regeneration through CI
6 months ago
Chrislearn Young
bcf591deb4
Remove rust--toolchain.toml and use rust-version in Cargo.toml
6 months ago
Haixuan Xavier Tao
c430c307d0
Merge branch 'main' into dataset_record
6 months ago
haixuantao
bdc2356348
Removing support for macos x86 in order to unpin macos version
6 months ago
haixuantao
2c796bd6aa
skip smudged git lfs
6 months ago
haixuantao
050f013886
Try setup-uv@v6
6 months ago
haixuantao
73d7cf14e5
Fix CI/CD and make it possible to run the node hub script on all platform
6 months ago
Philipp Oppermann
798778f009
Fix mismatched Python versions in CLI test
7 months ago
Philipp Oppermann
c8c5374e3f
Update `setup-python` version
7 months ago
Philipp Oppermann
18571fd7b6
Add CI script to manually delete buildjet cache
There are sometimes issues where we need a full cleanup.
7 months ago
Philipp Oppermann
9150928b31
Fix: Bring back `dora build` call in CI script
The `dora run` command no longer builds the dataflow.
7 months ago
Philipp Oppermann
926dd51486
Upgrade `setup-ros` action
7 months ago
Philipp Oppermann
187efed38e
Merge branch 'main' into git-source
7 months ago
haixuantao
715fe766a3
Bump torch version
7 months ago
haixuantao
54f4147934
Skip test for dora magma
8 months ago
haixuanTao
39f3e72454
Fix CI/CD And improve example
8 months ago
haixuantao
de864b533b
Rm dora-magma from ci/cd
8 months ago
Philipp Oppermann
515c091e1e
Disable sccache for `musllinux` jobs
9 months ago
Philipp Oppermann
2279258a6e
Fix: Run `dora build` before running pytest
9 months ago
Philipp Oppermann
d92d51f671
CI: Remove some `dora build` calls that were run before `dora up`
The `dora build` command now requires a connection to the coordinator.
9 months ago
Philipp Oppermann
d7f30c362d
Disable sccache for `musllinux` jobs
9 months ago
Philipp Oppermann
0786b63f8f
Restore original sleep durations in CLI test
9 months ago
Philipp Oppermann
d9c18fd82b
CI: Print when running `dora stop`
9 months ago
Philipp Oppermann
247d4f9d03
Longer sleeps in Python CLI example
9 months ago
Philipp Oppermann
09b69a1063
Sleep a bit after `dora destroy` to avoid races
9 months ago
Philipp Oppermann
343588d53a
Add build command to Python CLI test again
Shortens the time required for dora start, which allows us to keep the sleep duration lower.
9 months ago
Philipp Oppermann
b0bcef0b21
Extend sleep duration in 'Test CLI' CI job
The `dora start` command will now also trigger a build, so the whole thing takes longer.
9 months ago
Philipp Oppermann
a59428a3c0
Add libatomic for armv7
9 months ago
Philipp Oppermann
eed434fe22
Add symlinks to 32-bit libatomic to fix build for x86
9 months ago
Philipp Oppermann
37de4c234e
Try before-script-linux
9 months ago
haixuanTao
1279aa58fb
Make dir and symlink
9 months ago
haixuanTao
b9730061f6
Add better libc compatibility and add dav1d dynamic library within zig search path
9 months ago
haixuantao
fc93e88c75
Make sure to use apt universe and update to have dav1d
9 months ago
haixuantao
36cadac50f
Fix CI/CD node hub script
9 months ago
haixuantao
ebe42fa439
Make cargo and uv publish only on linux job
9 months ago
haixuantao
5c1dabe7be
Fix CI/CD to not automatically use --zig
9 months ago
haixuantao
56380d181e
Add missing build step
9 months ago
haixuantao
bc51ab5ffa
Bump node hub ci/cd to ubuntu 24.04
9 months ago
haixuantao
9cc73848b5
Update CI Apt version to get latest version of libdav1d
9 months ago
haixuantao
dbac146c9b
Fix CI/CD
9 months ago
haixuantao
d3ddc94a11
Escape rav1e and install nasm dependencies
9 months ago
haixuantao
0672748b83
Fix CI/CD by escaping dav1d when possible
9 months ago