Conversation
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.
190dd25 to
2c54cf1
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Currently, with ever version of arm-gnu-toolchain, we get these logs:
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