Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for CYGWIN_GCC (0.07 sec)

  1. platforms/native/platform-native/src/testFixtures/groovy/org/gradle/nativeplatform/fixtures/AvailableToolChains.java

                } else {
                    return new UnavailableToolChain(ToolFamily.CYGWIN_GCC);
                }
            }
    
            return new UnavailableToolChain(ToolFamily.CYGWIN_GCC);
        }
    
        static private List<ToolChainCandidate> findGccs(boolean mustFind) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 41.6K bytes
    - Viewed (0)
  2. platforms/native/language-native/src/integTest/groovy/org/gradle/language/cpp/CppIncrementalBuildIntegrationTest.groovy

        def libraryDebug = tasks(LIBRARY).debug
        def appDebug = tasks(APP).debug
        def installApp = appDebug.install
    
        def setup() {
            assumeFalse(toolChain.family == AvailableToolChains.ToolFamily.CYGWIN_GCC) // [test setup issue] fails with - greet.cpp:2:22: fatal error: app.hpp: No such file or directory
            buildFile << """
                project(':library') {
                    apply plugin: 'cpp-library'
                }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 40.4K bytes
    - Viewed (0)
Back to top