We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccde75f commit f6bd06eCopy full SHA for f6bd06e
README.md
@@ -1,8 +1,19 @@
1
# perl
2
+
3
Custom compiled perl for Binary.com
4
-# compiling steps
5
+## compiling steps
6
7
+```bash
8
BRANCH=perl-5.26.1 ./rebuild.sh
-
9
```
10
11
+## compiling it with CI
12
13
+1. enable CI test in your forked repo :
14
+ at https://github.com/username/perl/settings/actions set `Allow all actions and reusable workflows`
15
+ and `Read and write permissions`. Don't forget to click `save` at both section.
16
+2. Or create a new branch directly on binary-com/perl repo
17
+3. create a branch whose name include a perl version `perl-x.yy.zz`, e.g. `upgrade/perl.5.38.2`
18
19
+Then CI will download and compile perl and push it to your branch
0 commit comments