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

Updating SDCC to 4.5.0 #1511

Merged
merged 5 commits into from
Jan 29, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion bin/yaml/c.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,14 @@ compilers:
untar_dir: sdcc-{name}
targets:
- 4.0.0
- 4.1.0
- 4.2.0
- 4.3.0
- 4.4.0
newer:
untar_dir: sdcc
targets:
- 4.1.0
- 4.5.0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This won't cause the version to change here. We don't reinstall over directories every time; if the directory exists and the check_exe works, we assume all's well.

I'll take a look and try and work out what's going on here. Our current installations are:

 ls -ld /opt/compiler-explorer/sdcc*
drwxr-xr-x 4 ubuntu ubuntu 6144 Jan 30  2020 /opt/compiler-explorer/sdcc-4.0.0
drwxr-sr-x 4   1001   1001 6144 Mar  6  2021 /opt/compiler-explorer/sdcc-4.1.0
drwxr-xr-x 4 ubuntu ubuntu 6144 Mar  8  2022 /opt/compiler-explorer/sdcc-4.2.0
drwxr-xr-x 5 ubuntu ubuntu 6144 Jul  7  2023 /opt/compiler-explorer/sdcc-4.3.0
drwxr-xr-x 5 ubuntu ubuntu 6144 Jan 29  2024 /opt/compiler-explorer/sdcc-4.4.0

z88dk:
type: s3tarballs
check_exe: bin/zcc -h
Expand Down