File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed
Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 1+ #
2+ # Directories to exclude when building the docker image:
3+ # For Docker we provide x86_64 and armhf for Perl 5.36 only
4+ #
15CPAN /arch /5.1 *
26CPAN /arch /5.2 *
37CPAN /arch /5.3 [0248 ]
@@ -12,5 +16,14 @@ Bin/sparc-linux
1216icudt46b.dat
1317icudt58b.dat
1418Slim /Plugin /PreventStandby
15- Plugins /*
19+ #
20+ # Some basic excludes
21+ #
22+ .editorconfig
1623.git
24+ .github
25+ .gitignore
26+ ** /t
27+ ** /ext-all-debug.js
28+ Firmware /* .bin
29+ Plugins /*
Original file line number Diff line number Diff line change 4545
4646# for Docker we provide x86_64 and armhf for Perl 5.36 only
4747# Dont't forget to keep this list in sync with the file "Docker/.dockerignore"
48- my $dirsToExcludeForDocker = " $dirsToExcludeForLinuxPackage 5.20 5.22 5.24 5.26 5.28 5.30 5.32 5.34 5.38 5.40 i386-linux arm-linux icudt46b.dat icudt58b.dat" ;
48+ my $dirsToExcludeForDocker = " $dirsToExcludeForLinuxPackage 5.20 5.22 5.24 5.26 5.28 5.30 5.32 5.34 5.38 5.40 i386-linux icudt46b.dat icudt58b.dat" ;
4949
5050# Musical Fidelity comes with Perl 5.22
5151my $dirsToExcludeForEncore = " $dirsToExcludeForLinuxPackage 5.20 5.24 5.26 5.28 5.30 5.32 5.34 5.36 5.38 5.40 i386-linux arm-linux armhf-linux aarch64-linux i86pc-solaris-thread-multi-64int sparc-linux powerpc-linux icudt46l.dat icudt46b.dat" ;
You can’t perform that action at this time.
0 commit comments