mirror of
				https://github.com/postgres/postgres.git
				synced 2025-10-29 22:49:41 +03:00 
			
		
		
		
	cirrus/ccache: Use G rather than GB suffix
The former being the documented spelling. Author: Justin Pryzby <pryzbyj@telsasoft.com> Discussion: https://www.postgresql.org/message-id/20230203142656.GA1653%40telsasoft.com
This commit is contained in:
		| @@ -664,7 +664,7 @@ task: | |||||||
|  |  | ||||||
|     # Use larger ccache cache, as this task compiles with multiple compilers / |     # Use larger ccache cache, as this task compiles with multiple compilers / | ||||||
|     # flag combinations |     # flag combinations | ||||||
|     CCACHE_MAXSIZE: "1GB" |     CCACHE_MAXSIZE: "1G" | ||||||
|     CCACHE_DIR: "/tmp/ccache_dir" |     CCACHE_DIR: "/tmp/ccache_dir" | ||||||
|  |  | ||||||
|     LINUX_CONFIGURE_FEATURES: *LINUX_CONFIGURE_FEATURES |     LINUX_CONFIGURE_FEATURES: *LINUX_CONFIGURE_FEATURES | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user