-
Notifications
You must be signed in to change notification settings - Fork 50
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'
k-okada
force-pushed
the
fix_x390_test
branch
from
December 9, 2024 14:23
548f75a
to
5dceb8b
Compare
k-okada
force-pushed
the
fix_x390_test
branch
from
December 9, 2024 14:42
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. ```
k-okada
force-pushed
the
fix_x390_test
branch
from
December 9, 2024 14:47
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/.
k-okada
force-pushed
the
fix_x390_test
branch
from
December 9, 2024 15:47
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]
k-okada
force-pushed
the
fix_x390_test
branch
3 times, most recently
from
December 9, 2024 18:07
9a05cbf
to
c1278a7
Compare
k-okada
force-pushed
the
fix_x390_test
branch
6 times, most recently
from
December 10, 2024 23:46
01ef909
to
17770f5
Compare
k-okada
force-pushed
the
fix_x390_test
branch
2 times, most recently
from
December 11, 2024 01:17
4a0cb2c
to
c625f05
Compare
k-okada
force-pushed
the
fix_x390_test
branch
2 times, most recently
from
December 11, 2024 05:16
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
k-okada
force-pushed
the
fix_x390_test
branch
from
December 11, 2024 06:07
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
rescv64
ands390x
(https://buildd.debian.org/status/package.php?p=euslisp)