diff --git a/.github/workflows/landing-builds.yml b/.github/workflows/landing-builds.yml index 103f150915a4..158ced4737fa 100644 --- a/.github/workflows/landing-builds.yml +++ b/.github/workflows/landing-builds.yml @@ -1,5 +1,6 @@ name: Landings +# mjmac test (don't land) # Run on landings, or when this action itself is changed. on: push: diff --git a/src/control/lib/daos/api/api.go b/src/control/lib/daos/api/api.go index b75bf707b724..dbd6d2725a83 100644 --- a/src/control/lib/daos/api/api.go +++ b/src/control/lib/daos/api/api.go @@ -15,7 +15,7 @@ import ( /* #include -#cgo LDFLAGS: -ldaos +#cgo LDFLAGS: -lcart -lgurt -ldaos -ldaos_common */ import "C" diff --git a/src/control/lib/daos/api/system.go b/src/control/lib/daos/api/system.go index 73aa2a86c3d0..da874f69ddf9 100644 --- a/src/control/lib/daos/api/system.go +++ b/src/control/lib/daos/api/system.go @@ -17,7 +17,7 @@ import ( /* #include -#cgo LDFLAGS: -ldaos +#cgo LDFLAGS: -lcart -lgurt -ldaos -ldaos_common */ import "C"