Skip to content

Conversation

avik-pal
Copy link
Collaborator

No description provided.

@avik-pal avik-pal force-pushed the ap/cleanup_ci branch 8 times, most recently from 77be576 to ea45ee9 Compare September 21, 2025 13:24
@avik-pal avik-pal requested a review from giordano September 21, 2025 13:27
@avik-pal
Copy link
Collaborator Author

The main motivation apart from reducing redundancy here, is that I am working on a PR to separate the integration testing into separate workflows to avoid the bazillion test deps. It would be nice to not copy around the full workflow

@avik-pal avik-pal force-pushed the ap/cleanup_ci branch 3 times, most recently from a2ed382 to 385a309 Compare September 21, 2025 16:29
@avik-pal
Copy link
Collaborator Author

CI seems happy

  1. windows CI failures are due to JIT session error: Failed to materialize symbols in windows tests #1673
  2. assertions CI is disabled till https://github.com/EnzymeAD/Reactant.jl/actions/runs/17895941712/job/50882582947#step:11:1675 is resolved. Seems to originate from CUDA.jl

Copy link
Member

@giordano giordano left a comment

Choose a reason for hiding this comment

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

Looks overall good to me, I'm always happy to remove duplication 👍

Comment on lines +93 to +96
- name: Prepare build on macOS
if: ${{ startsWith(inputs.os, 'macOS-') && inputs.localjll }}
run: |
echo "SDKROOT=$(xcrun --show-sdk-path)" >> "${GITHUB_ENV}"
Copy link
Member

Choose a reason for hiding this comment

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

How's this used? Is that picked up automatically by Bazel? Otherwise this seems to be completely unused.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

not sure. I picked it from the old local jll script. That said the macos local jll has been broken for ages so this might very well be unused

@avik-pal avik-pal requested a review from giordano September 22, 2025 18:40
@avik-pal avik-pal merged commit bd1d2d9 into main Sep 23, 2025
64 of 68 checks passed
@avik-pal avik-pal deleted the ap/cleanup_ci branch September 23, 2025 12:36
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