Giter Club home page Giter Club logo

Comments (7)

kamadorueda avatar kamadorueda commented on May 29, 2024 1

perfect, thx for suggestions

update makes, it's fixed now

from makes.

kamadorueda avatar kamadorueda commented on May 29, 2024 1

you can add the result* files to the gitignore

by design a derivation must produce an output, the smallest one is touch $out

it's a small price to pay for the benefits makeDerivation has

from makes.

ludsrill avatar ludsrill commented on May 29, 2024

I am working in a virtual machine, each time I run a test it takes up an amount of space on my hard disk until I run out of available space (25 Gb)

I've been using nix-collect-garbage but this command only cleans about 1 or 2Gb and at some point I lose all available space on my VM

Is there any method to clean all those temporary files from my hard disk?

from makes.

kamadorueda avatar kamadorueda commented on May 29, 2024

I am working in a virtual machine, each time I run a test it takes up an amount of space on my hard disk until I run out of available space (25 Gb)

I've been using nix-collect-garbage but this command only cleans about 1 or 2Gb and at some point I lose all available space on my VM

Is there any method to clean all those temporary files from my hard disk?

Your repository HEAD is 479MB, you should optimize that if possible

Until we release a patch, you can do rm -rf /tmp/makes*

from makes.

ludsrill avatar ludsrill commented on May 29, 2024

perfect, thx for suggestions

from makes.

ludsrill avatar ludsrill commented on May 29, 2024

When using makeDerivation I must use touch "${out}" inside my builder.sh file if I don't do that I will get this

builder for '/nix/store/6ds08z4cmmql60cyg2yrbjvbk3467lg1-build_solutions_lobster.drv' failed to produce output path '/nix/store/wkmika79pg7bbwabs1ay9a3ydbpmsijq-build_solutions_lobster'

This generates a blank file that is kept when the test has finished,
Is this file necessary?
Is it possible to prevent the file from being kept in my directory using makes, or it is necessary to delete it using bash in my case?

from makes.

kamadorueda avatar kamadorueda commented on May 29, 2024

The module system has been documented,

Gonna document the arguments now

from makes.

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.