Giter VIP home page Giter VIP logo

Comments (4)

JasonGross avatar JasonGross commented on June 25, 2024 1

Ah, I see the issue. The issue is that EXTERNAL_DEPENDENCIES=1 impacts both submodules and non-submodules. So either Coq's CI should build & install each subcomponent before the next one, or there should be done variant of EXTERNAL_DEPENDENCIES=1 which treats submodules like coqutil as external without treating, e.g., bedrock2 as external in end2end

from bedrock2.

samuelgruetter avatar samuelgruetter commented on June 25, 2024

I think this is the intended behavior, because EXTERNAL_DEPENDENCIES=1 is meant to be used with $COQPATH, ie for scenarios where you ran make install in each of the dependencies, which installed them into $COQPATH/nameOfDependency, which means that indeed, -Q or -R options for these dependencies don't need to be passed any more.

Maybe the feature you are looking for is not EXTERNAL_DEPENDENCIES=1, but DEPS_DIR=/path/to/your/custom/dependencyDirectory ?

from bedrock2.

JasonGross avatar JasonGross commented on June 25, 2024

EXTERNAL_DEPENDENCIES=1 is the correct setting for Coq's CI, where the dependencies are installed. Possibly the issue that you're running into is that kami (?) tracks something other than the master branch (I've forgotten which branch it tracks though)? What's the error that you see?

from bedrock2.

Alizter avatar Alizter commented on June 25, 2024

Well its just that the makefile of bedrock2 isn't binding any logical names at all. I had to do this manually, and I could only supply it for the top makefile.

from bedrock2.

Related Issues (20)

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.