mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2025-12-19 05:36:17 +01:00
Set CGO_LDFLAGS
This commit is contained in:
6
.github/workflows/runonce.yml
vendored
6
.github/workflows/runonce.yml
vendored
@@ -17,12 +17,14 @@ jobs:
|
||||
build-latest:
|
||||
runs-on: ubuntu-latest
|
||||
container: ubuntu:24.04
|
||||
env:
|
||||
CGO_LDFLAGS : "-L/usr/lib"
|
||||
steps:
|
||||
# Use apt to install development packages
|
||||
- name: Install development packages
|
||||
run: |
|
||||
apt update && apt --assume-yes upgrade
|
||||
apt --assume-yes install build-essential sed git wget bash hwloc
|
||||
apt -qq update && apt -qq --assume-yes upgrade
|
||||
apt --assume-yes -qq install build-essential sed git wget bash hwloc libhwloc-dev
|
||||
# See: https://github.com/marketplace/actions/checkout
|
||||
# Checkout git repository and submodules
|
||||
- name: Checkout
|
||||
|
||||
Reference in New Issue
Block a user