converged-security-suite
converged-security-suite copied to clipboard
Cannot build txt-suite from main branch (ea7b88ba12d rev)
When following the documentation: https://github.com/9elements/converged-security-suite/tree/main/cmd/core/txt-suite#how-to-compile
the end result is:
go: github.com/intel-go/[email protected]: invalid version: unknown revision 219e067757cb
When downloading go modules.
It seems to me this project relies on the external module: https://github.com/intel-go/cpuid/commits/main/ where the author chose to delete project's history?
I wonder how the CI workflow passes to download this module, if the above repo has been cleaned up: https://github.com/9elements/converged-security-suite/actions/runs/16171365724/job/45645467175?pr=409#step:3:17
Is there some caching involved here?
The cpuid project has been archived by Intel 7 months ago: https://github.com/intel/cpuid/commit/96de68d22bf5c01045c62e60f29471e4f05aacbb
It is still available under: https://github.com/intel/cpuid Who knows for how long.
It seems this problem has been spotted and fixed already a couple of months ago by @u1f35c https://github.com/9elements/go-linux-lowlevel-hw/pull/15 can we please have that merged?
Prior approach to resolve this error has been made here by @ellyq : https://github.com/9elements/go-linux-lowlevel-hw/pull/14