mirror of
https://github.com/libp2p/go-openssl.git
synced 2025-04-14 16:40:23 +08:00
add .github/actions/go-test-setup/action.yml
This commit is contained in:
parent
0e129fb7c4
commit
d85eb69884
9
.github/actions/go-test-setup/action.yml
vendored
Normal file
9
.github/actions/go-test-setup/action.yml
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
name: Go Test Setup
|
||||
description: Set up the environment for go test
|
||||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
- name: Windows setup
|
||||
shell: bash
|
||||
if: ${{ runner.os == 'Windows' }}
|
||||
run: echo 'PKG_CONFIG=C:/msys64/mingw64/bin/pkgconf' >> $GITHUB_ENV
|
@ -12,6 +12,9 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
//go:build !386
|
||||
// +build !386
|
||||
|
||||
package openssl
|
||||
|
||||
import (
|
||||
|
@ -12,6 +12,9 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
//go:build !386
|
||||
// +build !386
|
||||
|
||||
package openssl
|
||||
|
||||
import (
|
||||
|
@ -12,6 +12,9 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
//go:build !386
|
||||
// +build !386
|
||||
|
||||
package openssl
|
||||
|
||||
import (
|
||||
|
@ -12,6 +12,9 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
//go:build !386
|
||||
// +build !386
|
||||
|
||||
package openssl
|
||||
|
||||
import (
|
||||
|
@ -12,6 +12,9 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
//go:build !386
|
||||
// +build !386
|
||||
|
||||
package openssl
|
||||
|
||||
import (
|
||||
|
3
http.go
3
http.go
@ -12,6 +12,9 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
//go:build !386
|
||||
// +build !386
|
||||
|
||||
package openssl
|
||||
|
||||
import (
|
||||
|
@ -12,6 +12,9 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
//go:build !386
|
||||
// +build !386
|
||||
|
||||
package openssl
|
||||
|
||||
import (
|
||||
|
@ -12,6 +12,9 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
//go:build !386
|
||||
// +build !386
|
||||
|
||||
package openssl
|
||||
|
||||
import (
|
||||
|
@ -12,6 +12,9 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
//go:build !386
|
||||
// +build !386
|
||||
|
||||
package openssl
|
||||
|
||||
import (
|
||||
|
3
net.go
3
net.go
@ -12,6 +12,9 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
//go:build !386
|
||||
// +build !386
|
||||
|
||||
package openssl
|
||||
|
||||
import (
|
||||
|
@ -12,6 +12,9 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
//go:build !386
|
||||
// +build !386
|
||||
|
||||
package openssl
|
||||
|
||||
import (
|
||||
|
@ -12,6 +12,9 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
//go:build !386
|
||||
// +build !386
|
||||
|
||||
package openssl
|
||||
|
||||
import (
|
||||
|
@ -12,6 +12,9 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
//go:build !386
|
||||
// +build !386
|
||||
|
||||
package openssl
|
||||
|
||||
import (
|
||||
|
Loading…
Reference in New Issue
Block a user