1
0
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:
galargh 2021-11-22 20:40:16 +01:00
parent 0e129fb7c4
commit d85eb69884
14 changed files with 48 additions and 0 deletions

View 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

View File

@ -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 (

View File

@ -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 (

View File

@ -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 (

View File

@ -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 (

View File

@ -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 (

View File

@ -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 (

View File

@ -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 (

View File

@ -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 (

View File

@ -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
View File

@ -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 (

View File

@ -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 (

View File

@ -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 (

View File

@ -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 (