This repository was archived by the owner on Jan 26, 2022. It is now read-only.
File tree 5 files changed +15
-0
lines changed
5 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -20,5 +20,8 @@ sed -e 's/\(max_nesting_level\).*/\1=1000/' \
20
20
curl -sS -o /usr/local/bin/magerun https://files.magerun.net/n98-magerun2.phar
21
21
chmod +x /usr/local/bin/magerun
22
22
23
+ # downgrade libxml2, magento unit tests fail on libxml2 2.9.12
24
+ apt-get install libxml2=2.9.4+dfsg1-7+deb10u2 -y --allow-downgrades
25
+
23
26
# update permissions to allow rootless operation
24
27
/usr/local/bin/permissions
Original file line number Diff line number Diff line change @@ -20,5 +20,8 @@ sed -e 's/\(max_nesting_level\).*/\1=1000/' \
20
20
curl -sS -o /usr/local/bin/magerun https://files.magerun.net/n98-magerun2.phar
21
21
chmod +x /usr/local/bin/magerun
22
22
23
+ # downgrade libxml2, magento unit tests fail on libxml2 2.9.12
24
+ apt-get install libxml2=2.9.4+dfsg1-7+deb10u2 -y --allow-downgrades
25
+
23
26
# update permissions to allow rootless operation
24
27
/usr/local/bin/permissions
Original file line number Diff line number Diff line change @@ -20,5 +20,8 @@ sed -e 's/\(max_nesting_level\).*/\1=1000/' \
20
20
curl -sS -o /usr/local/bin/magerun https://files.magerun.net/n98-magerun2.phar
21
21
chmod +x /usr/local/bin/magerun
22
22
23
+ # downgrade libxml2, magento unit tests fail on libxml2 2.9.12
24
+ apt-get install libxml2=2.9.4+dfsg1-7+deb10u2 -y --allow-downgrades
25
+
23
26
# update permissions to allow rootless operation
24
27
/usr/local/bin/permissions
Original file line number Diff line number Diff line change @@ -20,5 +20,8 @@ sed -e 's/\(max_nesting_level\).*/\1=1000/' \
20
20
curl -sS -o /usr/local/bin/magerun https://files.magerun.net/n98-magerun2.phar
21
21
chmod +x /usr/local/bin/magerun
22
22
23
+ # downgrade libxml2, magento unit tests fail on libxml2 2.9.12
24
+ apt-get install libxml2=2.9.4+dfsg1-7+deb10u2 -y --allow-downgrades
25
+
23
26
# update permissions to allow rootless operation
24
27
/usr/local/bin/permissions
Original file line number Diff line number Diff line change @@ -20,5 +20,8 @@ sed -e 's/\(max_nesting_level\).*/\1=1000/' \
20
20
curl -sS -o /usr/local/bin/magerun https://files.magerun.net/n98-magerun2.phar
21
21
chmod +x /usr/local/bin/magerun
22
22
23
+ # downgrade libxml2, magento unit tests fail on libxml2 2.9.12
24
+ apt-get install libxml2=2.9.4+dfsg1-7+deb10u2 -y --allow-downgrades
25
+
23
26
# update permissions to allow rootless operation
24
27
/usr/local/bin/permissions
You can’t perform that action at this time.
0 commit comments