Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 104 for 1_amd64 (0.07 sec)

  1. api/go1.3.txt

    pkg syscall (freebsd-amd64), const EV_DROP = 4096
    pkg syscall (freebsd-amd64), const EV_DROP ideal-int
    pkg syscall (freebsd-amd64), const IPPROTO_MPLS = 137
    pkg syscall (freebsd-amd64), const IPPROTO_MPLS ideal-int
    pkg syscall (freebsd-amd64), const MAP_32BIT = 524288
    pkg syscall (freebsd-amd64), const MAP_32BIT ideal-int
    pkg syscall (freebsd-amd64), const MAP_ALIGNED_SUPER = 16777216
    Registered: Tue Oct 29 11:13:09 UTC 2024
    - Last Modified: Mon Jun 02 02:45:00 UTC 2014
    - 117K bytes
    - Viewed (0)
  2. .teamcity/src/main/kotlin/common/Os.kt

     * limitations under the License.
     */
    
    package common
    
    enum class Arch(val suffix: String, val nameOnLinuxWindows: String, val nameOnMac: String) {
        AMD64("64bit", "amd64", "x86_64"),
        AARCH64("aarch64", "aarch64", "aarch64");
    
        fun asName() = name.lowercase().toCapitalized()
    }
    
    enum class Os(
        val agentRequirement: String,
        val androidHome: String,
    Registered: Wed Oct 30 11:36:09 UTC 2024
    - Last Modified: Fri Oct 11 18:32:33 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  3. docker-buildx.sh

    	-t "quay.io/minio/minio:${release}" \
    	--platform=linux/arm64,linux/amd64,linux/ppc64le \
    	-f Dockerfile.release .
    
    docker buildx prune -f
    
    docker buildx build --push --no-cache \
    	--build-arg RELEASE="${release}" \
    	-t "minio/minio:${release}-cpuv1" \
    	-t "quay.io/minio/minio:${release}-cpuv1" \
    	--platform=linux/arm64,linux/amd64,linux/ppc64le \
    	-f Dockerfile.release.old_cpu .
    
    docker buildx prune -f
    
    Registered: Sun Oct 27 19:28:09 UTC 2024
    - Last Modified: Sun Oct 13 14:06:17 UTC 2024
    - 1.2K bytes
    - Viewed (0)
  4. api/go1.4.txt

    pkg syscall (windows-amd64), const TH32CS_SNAPMODULE32 = 16
    pkg syscall (windows-amd64), const TH32CS_SNAPMODULE32 ideal-int
    pkg syscall (windows-amd64), const TH32CS_SNAPPROCESS = 2
    pkg syscall (windows-amd64), const TH32CS_SNAPPROCESS ideal-int
    pkg syscall (windows-amd64), const TH32CS_SNAPTHREAD = 4
    pkg syscall (windows-amd64), const TH32CS_SNAPTHREAD ideal-int
    Registered: Tue Oct 29 11:13:09 UTC 2024
    - Last Modified: Fri Dec 12 03:01:01 UTC 2014
    - 34K bytes
    - Viewed (0)
  5. misc/ios/README

     all.bash on the iOS emulator:
    
    	GOOS=ios GOARCH=amd64 CGO_ENABLED=1 CC_FOR_TARGET=$(pwd)/../misc/ios/clangwrap.sh ./all.bash
    
    If CC_FOR_TARGET is not set when the toolchain is built (make.bash or all.bash), CC
    can be set on the command line. For example,
    
    	GOOS=ios GOARCH=amd64 CGO_ENABLED=1 CC=$(go env GOROOT)/misc/ios/clangwrap.sh go build
    
    Registered: Tue Oct 29 11:13:09 UTC 2024
    - Last Modified: Tue Dec 29 21:49:26 UTC 2020
    - 2.7K bytes
    - Viewed (0)
  6. .teamcity/src/main/kotlin/configurations/GradleBuildConfigurationDefaults.kt

            param("type", "BuildReportTab")
        }
    }
    
    fun BaseGradleBuildType.gradleRunnerStep(
        model: CIBuildModel,
        gradleTasks: String,
        os: Os = Os.LINUX,
        arch: Arch = Arch.AMD64,
        extraParameters: String = "",
        daemon: Boolean = true,
        maxParallelForks: String = "%maxParallelForks%",
        isRetry: Boolean = false,
    ) {
    Registered: Wed Oct 30 11:36:09 UTC 2024
    - Last Modified: Tue Sep 24 06:22:49 UTC 2024
    - 8K bytes
    - Viewed (0)
  7. api/go1.11.txt

    pkg syscall (openbsd-amd64), const SOCK_CLOEXEC = 32768
    pkg syscall (openbsd-amd64), const SOCK_CLOEXEC ideal-int
    pkg syscall (openbsd-amd64), const SOCK_NONBLOCK = 16384
    pkg syscall (openbsd-amd64), const SOCK_NONBLOCK ideal-int
    pkg syscall (openbsd-amd64), const SYS_ACCEPT4 = 93
    pkg syscall (openbsd-amd64), const SYS_ACCEPT4 ideal-int
    pkg syscall (openbsd-amd64), const SYS_PIPE2 = 101
    Registered: Tue Oct 29 11:13:09 UTC 2024
    - Last Modified: Wed Aug 22 03:48:56 UTC 2018
    - 25K bytes
    - Viewed (0)
  8. api/go1.16.txt

    pkg syscall (darwin-amd64), func SetBpfHeadercmpl //deprecated
    pkg syscall (darwin-amd64), func SetBpfImmediate //deprecated
    pkg syscall (darwin-amd64), func SetBpfInterface //deprecated
    pkg syscall (darwin-amd64), func SetBpfPromisc //deprecated
    pkg syscall (darwin-amd64), func SetBpfTimeout //deprecated
    pkg syscall (darwin-amd64), func StringSlicePtr //deprecated
    Registered: Tue Oct 29 11:13:09 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
  9. internal/fips/fips.go

    //
    // You should have received a copy of the GNU Affero General Public License
    // along with this program.  If not, see <http://www.gnu.org/licenses/>.
    
    //go:build fips && linux && amd64
    // +build fips,linux,amd64
    
    package fips
    
    import _ "crypto/tls/fipsonly"
    
    Registered: Sun Oct 27 19:28:09 UTC 2024
    - Last Modified: Tue Jul 23 10:11:25 UTC 2024
    - 892 bytes
    - Viewed (0)
  10. .teamcity/src/main/kotlin/model/CIBuildModel.kt

                    TestCoverage(41, TestType.configCache, Os.LINUX, JvmCategory.MAX_LTS_VERSION, DEFAULT_LINUX_FUNCTIONAL_TEST_BUCKET_SIZE, arch = Arch.AARCH64),
                    TestCoverage(42, TestType.configCache, Os.LINUX, JvmCategory.MAX_LTS_VERSION, DEFAULT_LINUX_FUNCTIONAL_TEST_BUCKET_SIZE, arch = Arch.AMD64),
                ),
            ),
            Stage(
    Registered: Wed Oct 30 11:36:09 UTC 2024
    - Last Modified: Wed Oct 16 06:14:14 UTC 2024
    - 22.9K bytes
    - Viewed (0)
Back to top