cda-group / arc

Programming Language for Continuous Deep Analytics
https://cda-group.github.io/arc/
44 stars 6 forks source link

Test artifacts generated by Arc-MLIR in compile tests #258

Closed segeljakt closed 3 years ago

segeljakt commented 3 years ago

The arc-script compiler error can be fixed with export PATH="PATH:$path/to/arc-mlir/build/llvm-build/bin/", I should maybe add this to the CI 🤔

frej commented 3 years ago

I should maybe add this to the CI thinking

That's probably a good move :)

segeljakt commented 3 years ago

The best course of action here might be to merge the CI of arc-script with arc-mlir. This should ensure that the arc-mlir binary always exists before running arc-script.