Skip to content
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

The "rune build" command completely ignores the "image" field #375

Open
Michael-F-Bryan opened this issue Nov 5, 2021 · 0 comments
Open
Labels
area - runefile The parsing and analysis of Runefiles

Comments

@Michael-F-Bryan
Copy link
Contributor

I tried using this Runefile, expecting rune build to give me a compile error:

image: something-else
version: 1
pipeline: {}

But it worked anyway:

$ rune version --verbose
rune 0.10.0 (c414320 2021-10-25)
binary: rune
rune-version: 0.10.0
commit-hash: c4143204798dfecd18f0b9d3565aed9beb445092
commit-date: 2021-10-25T15:51:34+00:00
host: x86_64-unknown-linux-gnu
rustc-version: 1.57.0-nightly
rustc-commit-hash: e1e9319d93aea755c444c8f8ff863b0936d7a4b6
rustc-commit-date: 2021-10-14

$ rune build simple.yml 
   Compiling lesson-1 v0.0.0 (/home/gitpod/.cache/runes/lesson-1)
    Finished release [optimized] target(s) in 0.18s

$ rune run lesson-1.rune 
$ echo $?
0
@Michael-F-Bryan Michael-F-Bryan added the area - runefile The parsing and analysis of Runefiles label Nov 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area - runefile The parsing and analysis of Runefiles
Projects
None yet
Development

No branches or pull requests

1 participant