Denizhan Dakılır

Results 46 comments of Denizhan Dakılır

> [@zelosleone](https://github.com/zelosleone) do you need any help? I would like to help in this issue :D I think i finished the issue, but if you hit me up in discord...

https://github.com/prefix-dev/rattler-build/pull/1860

/attempt #557 | [Algora profile](https://console.algora.io/@/zelosleone) | Completed bounties | Tech | Active attempts | Options | | --- | --- | --- | --- | --- | | @zelosleone |...

@JayWhite2357 Honestly, this an extremely frustatin bounty. In the first place, i don't think you guys tested the idea of optimizing the test results yet. Caching will only speed up...

> [@zelosleone](https://github.com/zelosleone?rgh-link-date=2025-03-06T22%3A04%3A10.000Z) Responding to each of your points: 1 - If `opt-level = 3` will make the CI faster, awesome. Put in a 2 line PR. 2 - If switching...

> [@zelosleone](https://github.com/zelosleone?rgh-link-date=2025-03-07T01%3A14%3A07.000Z) I'm really sorry that I have to undo the opt-level change since it has made CI slower, not faster. > > In [spaceandtimelabs/sxt-proof-of-sql/actions/workflows/lint-and-test.yml](https://github.com/spaceandtimelabs/sxt-proof-of-sql/actions/workflows/lint-and-test.yml) you can see that tests...

> One thing I am noticing is that tests appear to be running twice, once in code coverage and once as normal. Do we need both runs? Thats not the...

@JayWhite2357 @iajoiner @Dustin-Ray Sorry for pinging, but I wanted to let you guys in with some additional research on this. I will talk about some issues, some potentials and some...

I think this would be a great idea, we can basically just try to copy what pixi clean does and try to clean the caches for `packages`, `repodata`, `build` and...

Using this recipe: ``` context: cuda_version: ${{ env.get("RAPIDS_CUDA_VERSION") }} cuda_major: ${{ (env.get("RAPIDS_CUDA_VERSION") | split("."))[0] }} package: name: test-package version: 1.0 build: script: - if: cuda_major == "12" then: - echo...