Skip to content

⚡ Clear package_id information#36

Merged
kammce merged 1 commit intomainfrom
clear-package-id-info
Jan 23, 2026
Merged

⚡ Clear package_id information#36
kammce merged 1 commit intomainfrom
clear-package-id-info

Conversation

@kammce
Copy link
Copy Markdown
Member

@kammce kammce commented Jan 23, 2026

Currently, with ever version of arm-gnu-toolchain, we get these logs:

======== Computing necessary packages ========
arm-gnu-toolchain/14.3: Main binary package '2555de54186fe7fa914a0d897f3f9cd69cdf509a' missing
arm-gnu-toolchain/14.3: Checking 13 compatible configurations
arm-gnu-toolchain/14.3: Compatible configurations not found in cache, checking servers
arm-gnu-toolchain/14.3: '1bf1f10da95030bc7e12d66c27c90e34d256dbfd': compiler.cppstd=98
arm-gnu-toolchain/14.3: 'bf808f4c83d1f31e0dea0d17297c118128737f04': compiler.cppstd=gnu98
arm-gnu-toolchain/14.3: 'ddae73980ff58f28baee10301d98483cee6520c0': compiler.cppstd=11
arm-gnu-toolchain/14.3: '5aab5a35bf7a010ac3f49b9f72859c0567879645': compiler.cppstd=gnu11
arm-gnu-toolchain/14.3: 'fc74a635f96406536802cffca2bc99fd95077a79': compiler.cppstd=14
arm-gnu-toolchain/14.3: '53eb7f790c2b3ccb0b5d735995fec7bb729a1866': compiler.cppstd=gnu14
arm-gnu-toolchain/14.3: 'fbdef5c305213b2fe0b64f21f8ecb128d2190d8d': compiler.cppstd=17
arm-gnu-toolchain/14.3: '2af57a5180150f71c11616b7e9ed1926f1dbc17d': compiler.cppstd=20
arm-gnu-toolchain/14.3: '30a01124579cd5eee0c375ef9f00bb539bbf94ee': compiler.cppstd=gnu20
arm-gnu-toolchain/14.3: '79292c7a18ebbbfb1c26e6b2436db03aff0218e9': compiler.cppstd=23
arm-gnu-toolchain/14.3: '4538fdebe7ecdfb7d9ffdb5d80e9d2a274d6e9b7': compiler.cppstd=gnu23
arm-gnu-toolchain/14.3: '89a9093101a3eec5287a679f18eebf47bb5f8af8': compiler.cppstd=26
arm-gnu-toolchain/14.3: '860ce0b7b5f40d48094333d12b84a3028fba67c2': compiler.cppstd=gnu26
arm-gnu-toolchain/14.3: No compatible configuration found
arm-gnu-toolchain/14.3: Building package from source as defined by build_policy='missing'

This will always happen because we NEVER post binaries. We ALWAYS pull from the offical source, so we need to clear the package id information to skip this.

Resolves #32

Currently, with ever version of arm-gnu-toolchain, we get these logs:

```
======== Computing necessary packages ========
arm-gnu-toolchain/14.3: Main binary package '2555de54186fe7fa914a0d897f3f9cd69cdf509a' missing
arm-gnu-toolchain/14.3: Checking 13 compatible configurations
arm-gnu-toolchain/14.3: Compatible configurations not found in cache, checking servers
arm-gnu-toolchain/14.3: '1bf1f10da95030bc7e12d66c27c90e34d256dbfd': compiler.cppstd=98
arm-gnu-toolchain/14.3: 'bf808f4c83d1f31e0dea0d17297c118128737f04': compiler.cppstd=gnu98
arm-gnu-toolchain/14.3: 'ddae73980ff58f28baee10301d98483cee6520c0': compiler.cppstd=11
arm-gnu-toolchain/14.3: '5aab5a35bf7a010ac3f49b9f72859c0567879645': compiler.cppstd=gnu11
arm-gnu-toolchain/14.3: 'fc74a635f96406536802cffca2bc99fd95077a79': compiler.cppstd=14
arm-gnu-toolchain/14.3: '53eb7f790c2b3ccb0b5d735995fec7bb729a1866': compiler.cppstd=gnu14
arm-gnu-toolchain/14.3: 'fbdef5c305213b2fe0b64f21f8ecb128d2190d8d': compiler.cppstd=17
arm-gnu-toolchain/14.3: '2af57a5180150f71c11616b7e9ed1926f1dbc17d': compiler.cppstd=20
arm-gnu-toolchain/14.3: '30a01124579cd5eee0c375ef9f00bb539bbf94ee': compiler.cppstd=gnu20
arm-gnu-toolchain/14.3: '79292c7a18ebbbfb1c26e6b2436db03aff0218e9': compiler.cppstd=23
arm-gnu-toolchain/14.3: '4538fdebe7ecdfb7d9ffdb5d80e9d2a274d6e9b7': compiler.cppstd=gnu23
arm-gnu-toolchain/14.3: '89a9093101a3eec5287a679f18eebf47bb5f8af8': compiler.cppstd=26
arm-gnu-toolchain/14.3: '860ce0b7b5f40d48094333d12b84a3028fba67c2': compiler.cppstd=gnu26
arm-gnu-toolchain/14.3: No compatible configuration found
arm-gnu-toolchain/14.3: Building package from source as defined by build_policy='missing'
```

This will always happen because we NEVER post binaries. We ALWAYS pull
from the offical source, so we need to clear the package id information
to skip this.
@kammce kammce force-pushed the clear-package-id-info branch from 190dd25 to 2c54cf1 Compare January 23, 2026 16:57
@kammce kammce merged commit e825641 into main Jan 23, 2026
66 checks passed
@kammce kammce deleted the clear-package-id-info branch January 23, 2026 17:12
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.

Add skip as upload policy

1 participant