Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for windows_common (0.08 seconds)

  1. Vagrantfile

            config.vm.box = windows_2012r2_box
            windows_common config, box
          end
        end
      end
    
      windows_2016_box = ENV['VAGRANT_WINDOWS_2016_BOX']
      if windows_2016_box && windows_2016_box.empty? == false
        'windows-2016'.tap do |box|
          config.vm.define box, define_opts do |config|
            config.vm.box = windows_2016_box
            windows_common config, box
          end
        end
      end
    end
    
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Wed Feb 17 17:41:23 GMT 2021
    - 14.9K bytes
    - Click Count (0)
  2. .github/bot_config.yml

             * All you need is a good internet connection and you are all set.
          * Try to build TF from sources by changing CPU optimization flags.
       
       *Please let us know if this helps.*
       
    windows_comment: >
       From the stack trace it looks like you are hitting windows path length limit.
          * Try to disable path length limit on Windows 10.
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Mon Jun 30 16:38:59 GMT 2025
    - 4K bytes
    - Click Count (1)
Back to Top