-
Notifications
You must be signed in to change notification settings - Fork 47
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
fix .github/workflows/config.yml: cleanup docker bash script of deban-unstable for further commit #514
Merged
Conversation
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
…-unstable for further commit
…licit-function-declaration'
548f75a
to
5dceb8b
Compare
5dceb8b
to
a2899d2
Compare
Fixes ``` + docker run --rm --platform linux/amd64 -v /home/runner/work/EusLisp/EusLisp:/ws/euslisp -e ARCH=LinuxARM -t arm32v7/debian:unstable-slim bash -c ' set -x; set -e; apt update -qq; apt install -y -qq make gcc libgl-dev libglu1-mesa-dev libjpeg-dev libpng-dev libpq-dev libx11-dev libxext-dev; CFLAGS='\''-Werror=implicit-function-declaration'\'' ARCH=LinuxARM EUSDIR=/ws/euslisp make -C /ws/euslisp/lisp/ -f Makefile.LinuxARM eus0; CC='\''gcc -Werror'\'' ARCHDIR=LinuxARM EUSDIR=/ws/euslisp make -C /ws/euslisp/lisp/image/jpeg; exit 0' Unable to find image 'arm32v7/debian:unstable-slim' locally unstable-slim: Pulling from arm32v7/debian docker: no matching manifest for linux/amd64 in the manifest list entries. ```
a2899d2
to
7165922
Compare
trusty: Pulling from osrf/ubuntu_arm64 docker: [DEPRECATION NOTICE] Docker Image Format v1 and Docker Image manifest version 2, schema 1 support is disabled by default and will be removed in an upcoming release. Suggest the author of docker.io/osrf/ubuntu_arm64:trusty to upgrade the image to the OCI Format or Docker Image manifest v2, schema 2. More information at https://docs.docker.com/go/deprecated-image-specs/.
00a9378
to
1419f61
Compare
…s64el Status: Downloaded newer image for loongnix/debian:buster docker: image with reference docker.io/loongnix/debian:buster was found but does not match the specified platform: wanted linux/mips64el, actual: linux/mips64le.
…declaration, -Wimplicit-int
…from 'long unsigned int' makes pointer from integer without a cast [-Wint-conversion]
…nteger from pointer without a cast [-Wint-conversion]
9a05cbf
to
c1278a7
Compare
01ef909
to
17770f5
Compare
4a0cb2c
to
c625f05
Compare
00ed81f
to
f7efc2f
Compare
…ng, test-float-test, test-double-test for :s390x and :riscv64. (random <float value>) in mathtest.l also skipped. - DO NOT ADD COMMENT AFTER #:- line
4aeaa7b
to
3568838
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
preparation
add tests
patch
fix regressino on
![image](https://private-user-images.githubusercontent.com/493276/324152293-75abb842-315d-4fcc-a0c3-858abf0f755d.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2NzY0NjQsIm5iZiI6MTczOTY3NjE2NCwicGF0aCI6Ii80OTMyNzYvMzI0MTUyMjkzLTc1YWJiODQyLTMxNWQtNGZjYy1hMGMzLTg1OGFiZjBmNzU1ZC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE2JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNlQwMzIyNDRaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0wMmZmMTIwMjY4ZWIwMDNhZmI5NTJkZTgyN2M0YTE1MzRjZWM5MDYzYjY4Y2IyOGZlMTMzOWRmYzBjYzk2OTI1JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.Wfa9Jxvaa9fdEyrCHT4z3LdEtx7gBVzYYJEL9-Ms7iY)
rescv64
ands390x
(https://buildd.debian.org/status/package.php?p=euslisp)