Skip to content

gtnao/zetasql-docker-sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zetasql-docker-sandbox

Getting Started

docker build -t zetasql-docker-sandbox .
docker run -v `pwd`/src:/app/src -it zetasql-docker-sandbox bazel --output_user_root=/app/output run //src:example

Known Issues

For editor autocompletion, we use bazel-compile-commands-extractor.
Due to an issue when running in Docker, please install Bazel locally and run the following command.

bazel run @hedron_compile_commands//:refresh_all

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published