maxmcd / bramble

Purely functional build system and package manager
https://bramble.run/
MIT License
184 stars 5 forks source link

Figure out how to run things #25

Closed maxmcd closed 3 years ago

maxmcd commented 3 years ago

It's currently possible to build things and then visit the build output directory to run software, but it's not really possible to do much else. There used to be functionality to do this, but because Bramble expects to allow people to trivially run software pulled from remote repositories it feels important to create an opinionated default way to run things that won't allow these programs to do dangerous things to the host machine.

Some open questions:

maxmcd commented 3 years ago

done