You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Signed-off-by: Alper Polat <[email protected]>
Bump golang-builder version (#2908)
Signed-off-by: Alper Polat <[email protected]>
exec_bsd: Fix labels for vm.stats.sys.v_syscall sysctl (#2895)
Signed-off-by: David O'Rourke <[email protected]>
chore:remove constant from function (#2884)
Signed-off-by: tyltr <[email protected]>
build(deps): bump github.com/prometheus/common from 0.45.0 to 0.46.0 (#2910)
Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.45.0 to 0.46.0.
- [Release notes](https://github.com/prometheus/common/releases)
- [Commits](prometheus/common@v0.45.0...v0.46.0)
---
updated-dependencies:
- dependency-name: github.com/prometheus/common
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps): bump github.com/jsimonetti/rtnetlink from 1.4.0 to 1.4.1 (#2909)
Bumps [github.com/jsimonetti/rtnetlink](https://github.com/jsimonetti/rtnetlink) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/jsimonetti/rtnetlink/releases)
- [Commits](jsimonetti/rtnetlink@v1.4.0...v1.4.1)
---
updated-dependencies:
- dependency-name: github.com/jsimonetti/rtnetlink
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix hwmon nil ptr (#2873)
* fix hwmon nil ptr
syslink maybe lost in some cases.
---------
Signed-off-by: TaoGe <[email protected]>
Fix hwmon error capture (#2915)
Fix golangci-lint "ineffectual assignment" by correctly capturing any
errors within the hwmon gathering loop.
Signed-off-by: Ben Kochie <[email protected]>
Attempt to sign the node exporter darwin build
This should hopefully fix the SIGKILL issue on OSX machines.
e.g. in: #2539
Signed-off-by: Alper Polat <[email protected]>
Change the docker flags to correct ones
Signed-off-by: Alper Polat <[email protected]>
Fix errors in running the rcodesign from golang-builder
Signed-off-by: Alper Polat <[email protected]>
Use pwd instead
Readlink does not work to get the proper path, pwd might do it.
As promu seems to be copying the binaries based on working directory.
Signed-off-by: Alper Polat <[email protected]>
Try to run at the same job to see if it helps
So far I am unable to find the binary's location with
either pwd or readlink. I'm suspecting that the binary is
not on this specific host that is running the rcodesign.
Signed-off-by: Alper Polat <[email protected]>
Try to debug what files are in the current working directory
Signed-off-by: Alper Polat <[email protected]>
Print working directory as well
Signed-off-by: Alper Polat <[email protected]>
Add quote wrapping
Signed-off-by: Alper Polat <[email protected]>
Try to debug more
Signed-off-by: Alper Polat <[email protected]>
Nothing seems to be in .build directory here
Signed-off-by: Alper Polat <[email protected]>
Remove some of debug commands
Seems like the build does not get produced because of the
CircleCI node index that gets passed into `--parallelism-thread`.
Signed-off-by: Alper Polat <[email protected]>
Add a separate sign stage for code signing
Separate stage might be useful so that we have all of
the builds that end up in `.build` here, and sign the one(s)
that we want. First one being implemented here is darwin-arm64.
Signed-off-by: Alper Polat <[email protected]>
Run only if darwin-arm64 was built
Earlier I tried to add a separate stage for signing,
but seems like that was a bad idea because the pipeline
file has to exist in `master` for that so we can run
the tests properly. Checking with if might be one of the
simpler and better ideas...
Signed-off-by: Alper Polat <[email protected]>
Add forgotten quote
Fixing basic syntax error
Signed-off-by: Alper Polat <[email protected]>
Update common Prometheus files (#2917)
Signed-off-by: prombot <[email protected]>
Use promu to code sign
The functionality being replaced here is going to be
built into `promu` with prometheus/promu#284
So pipelines should use it instead.
Signed-off-by: Alper Polat <[email protected]>
Use Promu 0.17.0
Signed-off-by: Alper Polat <[email protected]>
Introduce one error first
We want to re-trigger the pipeline. But, the circleCI interface
does not allow re-runs. So, going to introduce a dummy error,
take it back and re-trigger the pipeline like that.
Signed-off-by: Alper Polat <[email protected]>
Set version to correct one
Signed-off-by: Alper Polat <[email protected]>
0 commit comments