Skip to content

Commit

Permalink
Merge pull request #340 from isucon/provisioning-perl-python
Browse files Browse the repository at this point in the history
enable perl and python
  • Loading branch information
kazeburo authored Nov 23, 2023
2 parents b8b6f0e + 087f1f1 commit 4fe3623
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions provisioning/ansible/roles/webapp/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,14 @@
#- name: Tasks for isupipe-node
# include_tasks: node.yaml

#- name: Tasks for isupipe-perl
# include_tasks: perl.yaml
- name: Tasks for isupipe-perl
include_tasks: perl.yaml

#- name: Tasks for isupipe-php
# include_tasks: php.yaml

#- name: Tasks for isupipe-python
# include_tasks: python.yaml
- name: Tasks for isupipe-python
include_tasks: python.yaml

- name: Tasks for isupipe-ruby
include_tasks: ruby.yaml
Expand Down
3 changes: 2 additions & 1 deletion provisioning/ansible/roles/xbuild/files/.local.env
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ export PATH=/home/isucon/local/node/bin:$PATH
export PATH=/home/isucon/.cargo/bin:$PATH
export PATH=/home/isucon/local/php/bin:/home/isucon/local/php/sbin:$PATH
export PATH=/home/isucon/local/ruby/bin:$PATH
export PATH=/home/isucon/local/perl/bin:$PATH
export PATH=/home/isucon/local/perl/bin:/home/isucon/webapp/perl/local/bin:$PATH
export PATH=/home/isucon/local/python/bin:$PATH
export PERL5LIB=/home/isucon/webapp/perl/local/lib/perl5

0 comments on commit 4fe3623

Please sign in to comment.