titzer / virgil

A fast and lightweight native programming language
1.24k stars 50 forks source link

error in test/all.bash with x86-64 #43

Closed diakopter closed 3 years ago

diakopter commented 3 years ago

user@DESKTOP-3H33NCK:~/src/virgil$ bash test/all.bash:

image

titzer commented 3 years ago

Yeah, I think I added the new target before revving stable (the error is because the stable compiler does not have an x86-64 target and that is being used for the first lib tests before the first bootstrap).

titzer commented 3 years ago

Remove the new platform from the tests until stable rev.