Skip to content

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.

2 participants