Skip to content

CI: Correct validation & bring back pointer "max" bounds workaround #284

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

Merged
merged 2 commits into from
Jun 25, 2025

Conversation

ktoso
Copy link
Collaborator

@ktoso ktoso commented Jun 25, 2025

FYI @rintaro bringing back the workaround for the ADDRESS bounds.

I'll look into the real solution here though, to properly size things when we use a pointer.

@@ -1,5 +1,8 @@
#!/bin/bash

set -e
set -x
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

duh! we missed those

echo -e "${BOLD}SwiftPM${RESET} build..."
swift build || exit
echo -e "${BOLD}Missing ${CI_VALIDATE_SCRIPT} file!${RESET}"
exit
fi
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yeah let's just have each file be explicit about how it validates instead...

@ktoso ktoso merged commit e66e490 into swiftlang:main Jun 25, 2025
16 of 17 checks passed
@ktoso ktoso deleted the wip-correct-ci-validations branch June 25, 2025 02:14
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