Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 57 for 1_amd64 (0.24 sec)

  1. ci/official/containers/ml_build/builder.devtoolset/build_devtoolset.sh

          unar "libc6_2.17-0ubuntu5.1_amd64.deb" && \
          tar -C "${TARGET}" -xvzf "libc6_2.17-0ubuntu5.1_amd64/data.tar.gz" && \
          rm -rf "libc6_2.17-0ubuntu5.1_amd64.deb" "libc6_2.17-0ubuntu5.1_amd64"
      # Download binary glibc 2.17 development library release.
      wget "http://old-releases.ubuntu.com/ubuntu/pool/main/e/eglibc/libc6-dev_2.17-0ubuntu5.1_amd64.deb" && \
    Registered: Tue Oct 29 12:39:09 UTC 2024
    - Last Modified: Tue Sep 24 20:45:58 UTC 2024
    - 8K bytes
    - Viewed (0)
  2. src/cmd/api/testdata/src/issue21181/dep/p_amd64.go

    Meng Zhuo <******@****.***> 1538642782 +0800
    Registered: Tue Oct 29 11:13:09 UTC 2024
    - Last Modified: Fri Oct 05 17:53:43 UTC 2018
    - 12 bytes
    - Viewed (0)
  3. src/cmd/api/testdata/src/issue21181/p/p_amd64.go

    Meng Zhuo <******@****.***> 1538642782 +0800
    Registered: Tue Oct 29 11:13:09 UTC 2024
    - Last Modified: Fri Oct 05 17:53:43 UTC 2018
    - 64 bytes
    - Viewed (0)
  4. src/cmd/asm/internal/asm/testdata/amd64.s

    Cherry Zhang <******@****.***> 1554826227 -0400
    Registered: Tue Oct 29 11:13:09 UTC 2024
    - Last Modified: Tue Apr 09 18:57:21 UTC 2019
    - 3.3K bytes
    - Viewed (0)
  5. .teamcity/jdks.yaml

    version: "v1"
    jdks:
      - params:
          - "linux.java7.oracle.64bit"
        os: "linux"
        arch: "amd64"
        vendor: "oracle"
        version: "7u80"
        sha256: "bad9a731639655118740bee119139c1ed019737ec802a630dd7ad7aab4309623"
      - params:
          - "linux.java8.openjdk.64bit"
          - "linux.java8.oracle.64bit"
        os: "linux"
        arch: "amd64"
        vendor: "oracle"
        version: "8u401"
    Registered: Wed Oct 30 11:36:09 UTC 2024
    - Last Modified: Tue Oct 29 15:51:20 UTC 2024
    - 5.2K bytes
    - Viewed (0)
  6. buildscripts/cross-compile.sh

    	export CGO_ENABLED=0
    
    	## List of architectures and OS to test coss compilation.
    	SUPPORTED_OSARCH="linux/ppc64le linux/mips64 linux/amd64 linux/arm64 linux/s390x darwin/arm64 darwin/amd64 freebsd/amd64 windows/amd64 linux/arm linux/386 netbsd/amd64 linux/mips openbsd/amd64"
    }
    
    function _build() {
    	local osarch=$1
    	IFS=/ read -r -a arr <<<"$osarch"
    	os="${arr[0]}"
    	arch="${arr[1]}"
    Registered: Sun Oct 27 19:28:09 UTC 2024
    - Last Modified: Tue Dec 19 01:08:22 UTC 2023
    - 958 bytes
    - Viewed (0)
  7. ci/official/containers/linux_arm64/Dockerfile

    ################################################################################
    COPY --from=builder /dt10 /dt10
    COPY --from=builder /patchelf/patchelf_0.14.3-1_arm64.deb /patchelf/patchelf_0.14.3-1_arm64.deb
    
    # Install devtoolset devel dependencies
    COPY setup.sources.sh /setup.sources.sh
    COPY setup.packages.sh /setup.packages.sh
    COPY devel.packages.txt /devel.packages.txt
    Registered: Tue Oct 29 12:39:09 UTC 2024
    - Last Modified: Wed Oct 09 23:55:37 UTC 2024
    - 4.4K bytes
    - Viewed (0)
  8. ci/official/containers/ml_build/Dockerfile

    RUN wget https://github.com/bazelbuild/buildtools/releases/download/v7.3.1/buildifier-linux-amd64 -O /usr/local/bin/buildifier && chmod +x /usr/local/bin/buildifier
    RUN wget https://github.com/bazelbuild/buildtools/releases/download/v7.3.1/buildozer-linux-amd64 -O /usr/local/bin/buildozer && chmod +x /usr/local/bin/buildozer
    Registered: Tue Oct 29 12:39:09 UTC 2024
    - Last Modified: Wed Oct 16 23:34:34 UTC 2024
    - 3.7K bytes
    - Viewed (0)
  9. src/cmd/api/testdata/src/issue21181/p/p_generic.go

    //go:build !amd64
    // +build !amd64
    
    package p
    
    import (
    	"indirect"
    )
    
    var in = []algo{
    	{indirect.F},
    Registered: Tue Oct 29 11:13:09 UTC 2024
    - Last Modified: Mon Dec 13 18:45:54 UTC 2021
    - 105 bytes
    - Viewed (0)
  10. .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)
Back to top