Code Monkey home page Code Monkey logo

build-system's People

Contributors

aztecbot avatar benesjan avatar charlielye avatar dbanks12 avatar just-mitch avatar kevaundray avatar ludamad avatar maddiaa0 avatar philwindle avatar spalladino avatar spypsy avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

build-system's Issues

Error in check_rebuild is understood as no need to rebuild

The check_rebuild script returns 0 to trigger a rebuild, 1 for not. In the event of an error in the script (eg diffing vs a commit that is not available), it returns non-zero to the build script, so no rebuild is triggered and the old version is tagged as the last_successful_commit.

As a workaround, we can mark the image as tainted to force a rebuild and sidestep this issue. This can be manually on the registry, or if we don't have access, adding a temporary step to the CI to do it, replacing the commit hash and image name with the one you're dealing with:

      - run:
          name: "Taint"
          command: "tag_remote_image aztec3-circuits-wasm-linux-clang cache-7222e17fae73c3d932110e3df55500f1479ddb34 tainted"

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.