Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 37 for aach64 (0.06 seconds)

  1. okhttp-testing-support/build.gradle.kts

      api(libs.openjsse)
    
      api(libs.junit.jupiter.engine)
    
      // This runs Corretto on macOS (aarch64) and Linux (x86_64). We don't test Corretto on other
      // operating systems or architectures.
      api(
        variantOf(libs.amazon.corretto) {
          classifier(
            when {
              OperatingSystem.current().isMacOsX -> "osx-aarch_64"
              OperatingSystem.current().isLinux -> "linux-x86_64"
    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)
  2. src/main/webapp/js/admin/moment-with-locales.min.js.map

    KAAM,mBACNnI,EAAG,gBACHoI,GAAI,aACJpT,EAAG,eACHqT,GAAI,YACJC,EAAG,aACHC,GAAI,UACJxD,EAAG,aACHyD,GAAI,UACJG,EAAG,cACHC,GAAI,WACJhG,EAAG,aACHiG,GAAI,WAERb,uBAAwB,UACxB9M,QAAS,SAAUjB,GACf,OAAOA,GAEXyJ,KAAM,CACFL,IAAK,EACLC,IAAK,KAMb7Q,EAAM0X,aAAa,KAAM,CACrBhJ,OAAQ,wFAAqFK,MACzF,KAEJN,YAAa,kDAAkDM,MAAM,KACrEkD,SAAU,wFAA4ElD,MAClF,KAEJiD,cAAe,0CAA8BjD,MAAM,KACnDgD,YAAa,gCAAuBhD,MAAM,KAC1CxF,eAAgB,CACZ2L,GAAI,QACJD,IAAK,WACLE,EAAG,aACHC,GAAI,cACJC,IAAK,oBACLC,KAAM,4BAEVZ,SAAU,CACNC,QAAS,oBACTC,QAAS,uB...
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Oct 26 01:49:09 GMT 2024
    - 224.8K bytes
    - Click Count (1)
  3. build-tools-internal/src/integTest/resources/org/elasticsearch/gradle/internal/fake_git/remote/settings.gradle

    include ":distribution:archives:darwin-tar"
    include ":distribution:archives:oss-darwin-tar"
    include ":distribution:archives:darwin-aarch64-tar"
    include ":distribution:archives:oss-darwin-aarch64-tar"
    include ":distribution:archives:linux-aarch64-tar"
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Jun 01 09:19:30 GMT 2021
    - 826 bytes
    - Click Count (0)
  4. .ci/jobs.t/elastic+elasticsearch+multijob+platform-support-arm.yml

        description: "Elasticsearch %BRANCH% ARM (aarch64) compatibility testing.\n"
        child-workspace: "/dev/shm/elastic+elasticsearch+%BRANCH%+multijob+platform-support-arm"
        project-type: matrix
        node: master
        scm:
          - git:
              wipe-workspace: false
        axes:
          - axis:
              type: label-expression
              name: os
              values:
                - "centos-8-aarch64&&immutable"
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Wed Jul 21 16:52:53 GMT 2021
    - 1K bytes
    - Click Count (0)
  5. compat/maven-model-builder/src/test/java/org/apache/maven/model/profile/activation/OperatingSystemProfileActivatorTest.java

        }
    
        @Test
        void testNegatedName() {
            Profile profile = newProfile(ActivationOS.newBuilder().name("!windows"));
    
            assertActivation(true, profile, newContext(null, newProperties("linux", "6.5.0-1014-aws", "amd64")));
            assertActivation(false, profile, newContext(null, newProperties("windows", "6.5.0-1014-aws", "aarch64")));
        }
    
        @Test
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Fri Jan 10 07:09:12 GMT 2025
    - 6.3K bytes
    - Click Count (0)
  6. .teamcity/jdks.yaml

      - params:
          - "linux.java8.openjdk.aarch64"
          - "linux.java8.oracle.aarch64"
        os: "linux"
        arch: "aarch64"
        vendor: "temurin"
        version: "jdk8u482-b08"
        sha256: "ada72fbf191fb287b4c1e54be372b64c40c27c2ffbfa01f880c92af11f4e7c94"
      - params:
          - "linux.java11.openjdk.aarch64"
        os: "linux"
        arch: "aarch64"
        vendor: "temurin"
        version: "jdk-11.0.30+7"
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Thu Feb 05 09:52:57 GMT 2026
    - 6.6K bytes
    - Click Count (1)
  7. .teamcity/src/main/kotlin/common/Os.kt

     */
    
    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,
        val jprofilerHome: String,
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Thu Jan 15 19:30:24 GMT 2026
    - 4K bytes
    - Click Count (0)
  8. RELEASE.md

        *   **aarch64 CPUs:** Experimental performance optimizations from
            [Compute Library for the ArmĀ® Architecture (ACL)](https://github.com/ARM-software/ComputeLibrary)
            are available through oneDNN in the default Linux aarch64 package (`pip
            install tensorflow`).
            *   The optimizations are disabled by default.
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Mon Mar 30 18:31:38 GMT 2026
    - 746.5K bytes
    - Click Count (3)
  9. build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/InternalDistributionBwcSetupPlugin.java

                // We support aarch64 for linux and mac starting from 7.12
                if (bwcVersion.onOrAfter("7.12.0")) {
                    projects.addAll(asList("oss-darwin-aarch64-tar", "oss-linux-aarch64-tar", "darwin-aarch64-tar", "linux-aarch64-tar"));
                }
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Wed Aug 18 09:11:28 GMT 2021
    - 14.5K bytes
    - Click Count (0)
  10. .ci/java-versions-aarch64.properties

    Mark Vieira <******@****.***> 1623177317 -0700
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Jun 08 18:35:17 GMT 2021
    - 308 bytes
    - Click Count (0)
Back to Top