[Groonga-commit] groonga/groonga at 3f65565 [master] appveyor: disable memory file system

Back to archive index

Kouhei Sutou kou****@clear*****
Fri Aug 26 17:25:38 JST 2016


ごめんなさい!
まちがって古いリポジトリーのmasterをpush --forceしちゃって昔
のコミットがたくさん流れちゃいました!
すぐに最新のリポジトリのmasterでpush --forceしなおしたのでデー
タは失われていません!

In <3f65565f21365b34f0c2e822c989b972f2eb8a97 �� www.clear-code.com>
  "[Groonga-commit] groonga/groonga �� 3f65565 [master] appveyor: disable memory file system" on Tue, 19 Jul 2016 17:17:17 +0900,
  Kouhei Sutou <null+groonga �� clear-code.com> wrote:

> Kouhei Sutou	2016-07-19 17:17:17 +0900 (Tue, 19 Jul 2016)
> 
>   New Revision: 3f65565f21365b34f0c2e822c989b972f2eb8a97
>   https://github.com/groonga/groonga/commit/3f65565f21365b34f0c2e822c989b972f2eb8a97
> 
>   Message:
>     appveyor: disable memory file system
>     
>     Becaus AppVeyor says:
>     
>         imdisk -a -t file -m tmp -o awe -s 1G -p "/fs:ntfs /q /y"
>         Creating device...
>         Error creating virtual disk:
>         Not enough storage is available to process this command.
>         Command exited with code 3
> 
>   Modified files:
>     appveyor.yml
> 
>   Modified: appveyor.yml (+3 -3)
> ===================================================================
> --- appveyor.yml    2016-07-19 17:11:15 +0900 (76ab6b1)
> +++ appveyor.yml    2016-07-19 17:17:17 +0900 (d1054c5)
> @@ -17,9 +17,9 @@ init:
>  
>  install:
>    - tzutil /s "Tokyo Standard Time"
> -  - choco install -y imdisk-toolkit
> -  - mkdir tmp
> -  - imdisk -a -t file -m tmp -o awe -s 1G -p "/fs:ntfs /q /y"
> +  # - choco install -y imdisk-toolkit
> +  # - mkdir tmp
> +  # - imdisk -a -t file -m tmp -o awe -s 1G -p "/fs:ntfs /q /y"
>  
>  build_script:
>    - ps: |




More information about the Groonga-commit mailing list
Back to archive index