wip
This commit is contained in:
parent
a5d622179e
commit
5dc454de3d
@ -34,8 +34,8 @@ RUN \
|
|||||||
export GOOS=linux && \
|
export GOOS=linux && \
|
||||||
export GOARCH=amd64 && \
|
export GOARCH=amd64 && \
|
||||||
export GOEXPERIMENT=boringcrypto && \
|
export GOEXPERIMENT=boringcrypto && \
|
||||||
go build -v -trimpath -ldflags "$(hack/get-ldflags.sh) -w -s" -o /usr/local/bin/pinniped-concierge-kube-cert-agent ./cmd/pinniped-concierge-kube-cert-agent/... && \
|
go build -v -trimpath -ldflags "$(hack/get-ldflags.sh) -w" -o /usr/local/bin/pinniped-concierge-kube-cert-agent ./cmd/pinniped-concierge-kube-cert-agent/... && \
|
||||||
go build -v -trimpath -ldflags "$(hack/get-ldflags.sh) -w -s" -o /usr/local/bin/pinniped-server ./cmd/pinniped-server/... && \
|
go build -v -trimpath -ldflags "$(hack/get-ldflags.sh) -w" -o /usr/local/bin/pinniped-server ./cmd/pinniped-server/... && \
|
||||||
ln -s /usr/local/bin/pinniped-server /usr/local/bin/pinniped-concierge && \
|
ln -s /usr/local/bin/pinniped-server /usr/local/bin/pinniped-concierge && \
|
||||||
ln -s /usr/local/bin/pinniped-server /usr/local/bin/pinniped-supervisor && \
|
ln -s /usr/local/bin/pinniped-server /usr/local/bin/pinniped-supervisor && \
|
||||||
ln -s /usr/local/bin/pinniped-server /usr/local/bin/local-user-authenticator
|
ln -s /usr/local/bin/pinniped-server /usr/local/bin/local-user-authenticator
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Copyright 2023 the Pinniped contributors. All Rights Reserved.
|
// Copyright 2023 the Pinniped contributors. All Rights Reserved.
|
||||||
// SPDX-License-Identifier: Apache-2.0
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
//go:build boringcrypto
|
//go:build goexperiment.boringcrypto
|
||||||
// +build boringcrypto
|
// +build goexperiment.boringcrypto
|
||||||
|
|
||||||
package fips
|
package fips
|
||||||
|
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
// The configurations here override the usual ptls.Secure, ptls.Default, and ptls.DefaultLDAP
|
// The configurations here override the usual ptls.Secure, ptls.Default, and ptls.DefaultLDAP
|
||||||
// configs when Pinniped is built in fips-only mode.
|
// configs when Pinniped is built in fips-only mode.
|
||||||
// All of these are the same because FIPs is already so limited.
|
// All of these are the same because FIPs is already so limited.
|
||||||
//go:build boringcrypto
|
//go:build goexperiment.boringcrypto
|
||||||
// +build boringcrypto
|
// +build goexperiment.boringcrypto
|
||||||
|
|
||||||
package ptls
|
package ptls
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Copyright 2021-2023 the Pinniped contributors. All Rights Reserved.
|
// Copyright 2021-2023 the Pinniped contributors. All Rights Reserved.
|
||||||
// SPDX-License-Identifier: Apache-2.0
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
//go:build boringcrypto
|
//go:build goexperiment.boringcrypto
|
||||||
// +build boringcrypto
|
// +build goexperiment.boringcrypto
|
||||||
|
|
||||||
package integration
|
package integration
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Copyright 2022-2023 the Pinniped contributors. All Rights Reserved.
|
// Copyright 2022-2023 the Pinniped contributors. All Rights Reserved.
|
||||||
// SPDX-License-Identifier: Apache-2.0
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
//go:build boringcrypto
|
//go:build goexperiment.boringcrypto
|
||||||
// +build boringcrypto
|
// +build goexperiment.boringcrypto
|
||||||
|
|
||||||
package testlib
|
package testlib
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user