GithubHelp home page GithubHelp logo

Comments (4)

topaxi avatar topaxi commented on June 18, 2024 1

Somehow missed this, thanks 🥳 🙇 ❤️

Having

[env]
CARGO_MAKE_EXTEND_WORKSPACE_MAKEFILE = true

[config]
skip_core_tasks = true

in each crate was also essential, thank you :)

from cargo-make.

sagiegurari avatar sagiegurari commented on June 18, 2024 1

not sure you need the config if you have the env part in the crates and younhave workspace level Toml that has the config.... but ok

from cargo-make.

topaxi avatar topaxi commented on June 18, 2024 1

Workspace level config alone didn't do the trick, but maybe I did something wrong 🤔

For now I'm happy, I might circle back to check whether there's a more optimal/concise solution :)

from cargo-make.

sagiegurari avatar sagiegurari commented on June 18, 2024
  1. removing ALL default tasks

https://github.com/sagiegurari/cargo-make?tab=readme-ov-file#disabling-predefined-tasksflows

[config]
skip_core_tasks = true
  1. removing task level parent definition (not really needed if you did item 1)

https://github.com/sagiegurari/cargo-make?tab=readme-ov-file#extending-tasks

[tasks.whatever]
clear = true

this is actually like your no_defaults i guess
also if you are in a workspace, make sure you have Makefile.toml in each crate with following:

[env]
CARGO_MAKE_EXTEND_WORKSPACE_MAKEFILE = true

see more at:
https://github.com/sagiegurari/cargo-make?tab=readme-ov-file#usage-workspace-extend

from cargo-make.

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.