-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ccde75f
commit f6bd06e
Showing
1 changed file
with
13 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,19 @@ | ||
# perl | ||
|
||
Custom compiled perl for Binary.com | ||
|
||
# compiling steps | ||
## compiling steps | ||
|
||
```bash | ||
BRANCH=perl-5.26.1 ./rebuild.sh | ||
|
||
``` | ||
|
||
## compiling it with CI | ||
|
||
1. enable CI test in your forked repo : | ||
at https://github.com/username/perl/settings/actions set `Allow all actions and reusable workflows` | ||
and `Read and write permissions`. Don't forget to click `save` at both section. | ||
2. Or create a new branch directly on binary-com/perl repo | ||
3. create a branch whose name include a perl version `perl-x.yy.zz`, e.g. `upgrade/perl.5.38.2` | ||
|
||
Then CI will download and compile perl and push it to your branch |