- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 1,554 for nobuild (0.06 seconds)
-
ci/official/requirements_updater/BUILD.bazel
name = "requirements", srcs = [ "nvidia-requirements.txt", "requirements.in", ":nvidia_constraints", ], extra_args = [ "--allow-unsafe", "--build-isolation", "--rebuild", "-c $(location :nvidia_constraints)", ], generate_hashes = True, requirements_txt = REQUIREMENTS,
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Mon Mar 23 11:18:56 GMT 2026 - 1.4K bytes - Click Count (0) -
build-conventions/build.gradle
eclipse.getClasspath().getFile().whenMerged { classpath -> /* * give each source folder a unique corresponding output folder * outside of the usual `build` folder. We can't put the build * in the usual build folder because eclipse becomes *very* sad * if we delete it. Which `gradlew clean` does all the time. */
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Thu Jul 01 09:43:51 GMT 2021 - 2.7K bytes - Click Count (0) -
.github/workflows/ci-build.yml
jobs: #build-and-test-linux-x86-cpu: # uses: ./.github/workflows/build-reusable.yml # with: # runner: 'linux-x86-n2-16' # tfci: 'py313,linux_x86,rbe' #build-and-test-linux-x86-cuda: # uses: ./.github/workflows/build-reusable.yml # with: # runner: 'linux-x86-n4-32' # tfci: 'py313,linux_x86_cuda' #build-and-test-arm64:
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Sat Mar 28 04:33:01 GMT 2026 - 1.6K bytes - Click Count (0) -
build-tools-internal/src/integTest/resources/org/elasticsearch/gradle/internal/fake_git/remote/distribution/archives/build.gradle
* Side Public License, v 1. */ subprojects { apply plugin:'base' tasks.register('tar', Tar) { from('.') destinationDirectory.set(file('build/distributions')) archiveBaseName.set("elasticsearch${project.name.startsWith('oss')?'-oss':''}") def versionFromBranch = calculateBranchVersion() archiveVersion.set("${versionFromBranch}-SNAPSHOT")Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Jun 01 09:19:30 GMT 2021 - 1.2K bytes - Click Count (0) -
build-logic/cleanup/build.gradle.kts
plugins { id("gradlebuild.build-logic.kotlin-dsl-gradle-plugin") id("gradlebuild.build-logic.groovy-dsl-gradle-plugin") } description = "Provides a plugin that cleans up after executing tests" dependencies { implementation("gradlebuild:basics") implementation("gradlebuild:module-identity")Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Jun 16 06:11:03 GMT 2025 - 311 bytes - Click Count (0) -
models.BUILD
package(default_visibility = ["//visibility:public"]) licenses(["notice"]) # Apache 2.0 filegroup( name = "model_files", srcs = glob( [ "**/*", ], exclude = [ "**/BUILD", "**/WORKSPACE", "**/LICENSE", "**/*.zip", ], ),
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Tue Jan 10 22:25:53 GMT 2017 - 328 bytes - Click Count (0) -
BUILD
A. Unique TensorFlower <******@****.***> 1741123505 -0800
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Tue Mar 04 22:39:12 GMT 2025 - 136 bytes - Click Count (0) -
docs/debugging/build.sh
#!/bin/bash export CGO_ENABLED=0 for dir in docs/debugging/*/; do bin=$(basename ${dir}) go build -C ${dir} -o ${PWD}/${bin}Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Mon May 27 19:17:46 GMT 2024 - 133 bytes - Click Count (0) -
build-logic/buildquality/build.gradle.kts
plugins { id("gradlebuild.build-logic.kotlin-dsl-gradle-plugin") } description = "Provides plugins to configure quality checks (incubating report, CodeNarc, et al)" dependencies { implementation("gradlebuild:basics") implementation(projects.cleanup) implementation(projects.documentation) implementation(projects.integrationTesting) implementation(projects.jvm) implementation(projects.performanceTesting)Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Jan 30 09:06:26 GMT 2026 - 1.2K bytes - Click Count (0) -
okhttp-testing-support/build.gradle.kts
classifier( when { OperatingSystem.current().isMacOsX -> "osx-aarch_64" OperatingSystem.current().isLinux -> "linux-x86_64" else -> "linux-x86_64" // Code that references Corretto will build but not run. }, ) }, ) api(libs.hamcrest.library) api(libs.junit.jupiter.api) api(libs.junit.jupiter.params) api(libs.junit.pioneer)
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Tue Feb 03 22:17:59 GMT 2026 - 1.3K bytes - Click Count (1)