bsc-quantic / Extrae.jl

Julia bindings for extrae Basic API
Apache License 2.0
8 stars 0 forks source link

Configure a Dev Container for reproducible development #9

Closed mofeing closed 1 year ago

mofeing commented 1 year ago

The VSCode "Remote - Containers" extensions lets us create a container for reproducible development. This would be nice for already integrating Extrae_jll and trying all the features in our laptops (no need to debug in a supercomputer).

mofeing commented 1 year ago

Currently it breaks on arm64. This PR should solve it julia-vscode/julia-devcontainer#18.

mofeing commented 1 year ago

Solved using https://github.com/JuliaLang/devcontainer-features. Also, if you run into a "permission denied" error when pushing, you can log into GitHub using gh auth login.