#build-harness (2020-06)

Help with the Cloud Posse build-harness https://github.com/cloudposse/build-harness

2020-06-16

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

I’m ecstatic about our new assert-set and assert-unset macros. They are now in entirely in native make so and report line numbers where variable now unset or set.

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)
Fix assert-set by osterman · Pull Request #220 · cloudposse/build-harness

what Use native make conditional to test if variable is set Add tests for assertions Upgrade go why This was a tricky one to figure out! but got it working now consistently Previously we did the …

1
    keyboard_arrow_up