-
Notifications
You must be signed in to change notification settings - Fork 36
feat: Add litmus test image with current PHP version (8.3) #634
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
susnux
commented
Apr 2, 2024
- For feat: drop support for php 8.0 server#44607 (comment)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🐘
|
Missing image |
Ref nextcloud/docker-ci#634 Signed-off-by: Richard Steinmetz <[email protected]>
|
Will run the actions on the branch now |
|
Php-8.3 done, litmus-php8.3 done |
f9b0ac8 to
8f177d1
Compare
Signed-off-by: Ferdinand Thiessen <[email protected]>
8f177d1 to
3a93f53
Compare
Ref nextcloud/docker-ci#634 Signed-off-by: Richard Steinmetz <[email protected]>
Ref nextcloud/docker-ci#634 Signed-off-by: Richard Steinmetz <[email protected]>
|
|
||
| RUN apt-get update && apt-get install -y gcc coreutils make python && \ | ||
| mkdir -p /tmp/litmus && \ | ||
| wget -O /tmp/litmus/litmus-0.13.tar.gz http://www.webdav.org/neon/litmus/litmus-0.13.tar.gz && \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
http://
GPLv2, last modified in 2011 and tiny.. maybe just store a copy?
For reference, what I believe to be the untampered tarball has sha256sum 09d615958121706444db67e09c40df5f753ccf1fa14846fdeb439298aa9ac3ff
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We might want to consider updating to a recent version instead?
http://www.webdav.org/neon/
neon
The neon website has moved to https://notroj.github.io/neon/
Which has a 0.34.2 instead of 0.13
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nickvergessen it does not work as server fails the tests, still waiting for the fix to be merged by sabre ;)
sabre-io/dav#1495
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's discuss in #788