Skip to content

Commit

Permalink
Add update_gcroots.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjm committed Nov 24, 2023
1 parent f16461b commit 813b832
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
tmp/
nixexprs.tar.bz2
result
gcroots
8 changes: 8 additions & 0 deletions update_gcroots.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/usr/bin/env bash

SCRIPTDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $SCRIPTDIR

mkdir -p gcroots

nix build .#sample_environments_farm $* -o gcroots/sample_environments_farm

0 comments on commit 813b832

Please sign in to comment.