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:
|
build-latest:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: ubuntu:24.04
|
container: ubuntu:24.04
|
||||||
|
env:
|
||||||
|
CGO_LDFLAGS : "-L/usr/lib"
|
||||||
steps:
|
steps:
|
||||||
# Use apt to install development packages
|
# Use apt to install development packages
|
||||||
- name: Install development packages
|
- name: Install development packages
|
||||||
run: |
|
run: |
|
||||||
apt update && apt --assume-yes upgrade
|
apt -qq update && apt -qq --assume-yes upgrade
|
||||||
apt --assume-yes install build-essential sed git wget bash hwloc
|
apt --assume-yes -qq install build-essential sed git wget bash hwloc libhwloc-dev
|
||||||
# See: https://github.com/marketplace/actions/checkout
|
# See: https://github.com/marketplace/actions/checkout
|
||||||
# Checkout git repository and submodules
|
# Checkout git repository and submodules
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|||||||
Reference in New Issue
Block a user