- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 62 for 1_amd64 (0.07 sec)
-
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) -
.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) -
api/go1.23.txt
pkg syscall (openbsd-amd64), const EBADMSG = 92 #67998 pkg syscall (openbsd-amd64), const ELAST = 95 #67998 pkg syscall (openbsd-amd64), const ENOTRECOVERABLE = 93 #67998 pkg syscall (openbsd-amd64), const ENOTRECOVERABLE Errno #67998 pkg syscall (openbsd-amd64), const EOWNERDEAD = 94 #67998 pkg syscall (openbsd-amd64), const EOWNERDEAD Errno #67998 pkg syscall (openbsd-amd64), const EPROTO = 95 #67998
Registered: Tue Oct 29 11:13:09 UTC 2024 - Last Modified: Tue Jun 25 17:08:08 UTC 2024 - 10.1K bytes - Viewed (0) -
api/except.txt
pkg syscall (openbsd-amd64), const SYS_STATFS = 307 pkg syscall (openbsd-amd64), const SYS_UTIMENSAT = 326 pkg syscall (openbsd-amd64), const SYS_UTIMES = 138 pkg syscall (openbsd-amd64), const SYS_WAIT4 = 7 pkg syscall (openbsd-amd64), const SYS___THRSLEEP = 300 pkg syscall (openbsd-amd64), const SizeofRtMetrics = 48 pkg syscall (openbsd-amd64), const SizeofRtMsghdr = 88
Registered: Tue Oct 29 11:13:09 UTC 2024 - Last Modified: Sun Jun 16 23:08:08 UTC 2024 - 34.8K bytes - Viewed (0) -
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) -
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) -
Makefile
@scp -q -r minio-release/$(GOOS)-$(GOARCH)/* ******@****.***:~/releases/server/minio/hotfixes/linux-amd64/archive @scp -q -r minio-release/$(GOOS)-$(GOARCH)/* ******@****.***:~/releases/server/minio/hotfixes/linux-amd64/ @scp -q -r minio-release/$(GOOS)-$(GOARCH)/* ******@****.***:~/releases/server/minio/hotfixes/linux-amd64/archive
Registered: Sun Oct 27 19:28:09 UTC 2024 - Last Modified: Tue Oct 22 15:30:50 UTC 2024 - 11K bytes - Viewed (1) -
.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) -
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) -
.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)