Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix niecza build and execution
  • Loading branch information
sorear authored and Perl 6 Evalbot committed Mar 1, 2011
1 parent 762d62c commit d582aa5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build-scripts/rebuild-niecza.sh
@@ -1,6 +1,6 @@
#!/bin/sh
PATH=$PATH:/usr/local/mono-2.10.1/bin
#PATH=/home/p6eval/sprixel/clr/bin:/usr/local/bin:/usr/bin:/bin:/usr/games
export PATH=/usr/local/mono-2.10.1/bin:/usr/local/bin:/usr/bin:/bin
export LD_LIBRARY_PATH=/usr/local/mono-2.10.1/lib
echo "updating niecza"
cd ~/niecza/
git pull
Expand Down
2 changes: 1 addition & 1 deletion evalbot.pl
Expand Up @@ -90,7 +90,7 @@ package Evalbot;
# },
niecza => {
chdir => "$home/niecza",
cmd_line => 'cat %i| ~/sprixel/clr/bin/mono ./run/Niecza.exe --safe %program >> %out 2>&1',
cmd_line => 'cat %i| PATH=/usr/local/mono-2.10.1/bin:/usr/local/bin:/usr/bin:/bin LD_LIBRARY_PATH=/usr/local/mono-2.10.1/lib mono ./run/Niecza.exe --safe %program >> %out 2>&1',
revision => sub { get_revision_from_file('~/niecza/VERSION')},
},
nqpnet => {
Expand Down

0 comments on commit d582aa5

Please sign in to comment.