Skip to content
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 CI #642

Merged
merged 5 commits into from
Dec 14, 2024
Merged

fix CI #642

merged 5 commits into from
Dec 14, 2024

Conversation

k-okada
Copy link
Member

@k-okada k-okada commented Dec 14, 2024

commit eed159d

.github/workflows/config.yml: use intel MacOS

commit 4bd5550

override node20 https://github.com/actions/upload-artifact/issues/616#issuecomment-2350667347

commit 959f9e6

.github/workflows/config.yml: add --platform for qemu environment

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.
```

commit 1dac047

osrf/ubuntu_arm64:trusty is deprecated

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/.

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/.
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 k-okada merged commit 8f6bcba into euslisp:master Dec 14, 2024
20 checks passed
@k-okada k-okada deleted the fix-ci branch December 14, 2024 09:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant