Solaris testing procedure

未关闭
#1 6 条评论 0 个 reaction 已指派 1 人 在 GitHub 查看

@zmughal 已经在做这个了。

开始于 2016年4月26日。

评估

这个 Issue 还没有评估数据。

描述

Recording the steps taken for testing on Solaris:

Set up VM

# using a Vagrant box from <http://www.vagrantbox.es/>
vagrant  box add solaris-11.2 http://www.benden.us/vagrant/solaris-11.2.box
vagrant init solaris-11.2
vagrant up
vagrant ssh

Download SolarisStudio 12.3 from here. You will need to create an Oracle account.

Prepare PDL build

cd /vagrant
tar xvjf SolarisStudio12.3-solaris-x86-bin.tar.bz2
echo 'export PATH=/vagrant/SolarisStudio12.3-solaris-x86-bin/solarisstudio12.3/bin:$PATH;' >> ~/.bashrc
echo 'export MANPATH=/vagrant/SolarisStudio12.3-solaris-x86-bin/solarisstudio12.3/man:$MANPATH;' >> ~/.bashrc
. ~/.bashrc

sudo perl -MCPAN -eshell
> install App::cpanminus

echo 'export PATH=/usr/perl5/5.12/bin::$PATH;' >> ~/.bashrc
echo 'export MANPATH=/usr/perl5/5.12/man:$MANPATH;' >> ~/.bashrc
. ~/.bashrc


git clone https://github.com/PDLPorters/pdl.git
cd pdl

sudo cpanm Devel::CheckLib
sudo cpanm --installdeps .

\curl -L http://install.perlbrew.pl | bash
echo "source ~/perl5/perlbrew/etc/bashrc" >> ~/.bashrc
. ~/.bashrc
主要语言
Shell
星标
3
派生
1
PR 合并指标
30 天内没有已合并 PR

贡献指南

这个仓库没有索引到贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

PDLPorters/devops 的其他 Issue

查看 PDLPorters/devops 的全部 Issue

相似的 Issue

更多 Shell/Bash Issue

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。