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

update github action platform names #2

Merged
merged 4 commits into from
Dec 9, 2024
Merged

Conversation

cpunion
Copy link
Owner

@cpunion cpunion commented Dec 9, 2024

No description provided.

1. Use temporary directories for building pgvector
- Add mktemp -d for temporary directory creation
- Clean up build files properly after installation
- Prevent cluttering user's workspace

2. Update platform support documentation
- Add compatibility matrix in README
- Use GitHub Actions runner names (ubuntu-latest, etc.)
- Document architecture support (x86_64, arm64)

3. CI workflow improvements
- Remove continue-on-error and fail-fast settings
- Ensure consistent testing across all platforms
- Store original directory path before changing to temp directory
- Return to original directory before removing temp directory
- Fix 'could not identify current directory' error
- Ensure subsequent commands run from valid directory
@cpunion cpunion merged commit 2f0c772 into main Dec 9, 2024
24 checks passed
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