mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 08:42:39 +01:00 
			
		
		
		
	CI: use -funsigned-char in one GCC build (issue #1715)
				
					
				
			This commit is contained in:
		
							
								
								
									
										11
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										11
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							| @@ -40,6 +40,7 @@ jobs: | |||||||
|           - gcc: "9" |           - gcc: "9" | ||||||
|             cxxflags: -fsanitize=address -fno-sanitize-recover=all |             cxxflags: -fsanitize=address -fno-sanitize-recover=all | ||||||
|           - gcc: "10" |           - gcc: "10" | ||||||
|  |             cxxflags: -funsigned-char # Issue #1715 | ||||||
|           - gcc: "11" |           - gcc: "11" | ||||||
|     steps: |     steps: | ||||||
|       - name: Install |       - name: Install | ||||||
| @@ -47,10 +48,10 @@ jobs: | |||||||
|           sudo add-apt-repository -yn 'deb http://archive.ubuntu.com/ubuntu/ trusty main' |           sudo add-apt-repository -yn 'deb http://archive.ubuntu.com/ubuntu/ trusty main' | ||||||
|           sudo add-apt-repository -yn 'deb http://archive.ubuntu.com/ubuntu/ trusty universe' |           sudo add-apt-repository -yn 'deb http://archive.ubuntu.com/ubuntu/ trusty universe' | ||||||
|           sudo add-apt-repository -yn 'deb http://archive.ubuntu.com/ubuntu/ xenial main' |           sudo add-apt-repository -yn 'deb http://archive.ubuntu.com/ubuntu/ xenial main' | ||||||
|           sudo add-apt-repository -yn 'deb http://archive.ubuntu.com/ubuntu/ xenial universe'  |           sudo add-apt-repository -yn 'deb http://archive.ubuntu.com/ubuntu/ xenial universe' | ||||||
|           sudo add-apt-repository -yn 'deb http://archive.ubuntu.com/ubuntu/ bionic main' |           sudo add-apt-repository -yn 'deb http://archive.ubuntu.com/ubuntu/ bionic main' | ||||||
|           sudo add-apt-repository -yn 'deb http://archive.ubuntu.com/ubuntu/ bionic universe'  |           sudo add-apt-repository -yn 'deb http://archive.ubuntu.com/ubuntu/ bionic universe' | ||||||
|           sudo add-apt-repository -yn 'deb http://mirrors.kernel.org/ubuntu hirsute main universe'  |           sudo add-apt-repository -yn 'deb http://mirrors.kernel.org/ubuntu hirsute main universe' | ||||||
|           sudo apt-get update |           sudo apt-get update | ||||||
|           sudo apt-get install -y gcc-${{ matrix.gcc }} g++-${{ matrix.gcc }} |           sudo apt-get install -y gcc-${{ matrix.gcc }} g++-${{ matrix.gcc }} | ||||||
|       - name: Checkout |       - name: Checkout | ||||||
| @@ -103,9 +104,9 @@ jobs: | |||||||
|           sudo add-apt-repository -yn 'deb http://archive.ubuntu.com/ubuntu/ trusty main' |           sudo add-apt-repository -yn 'deb http://archive.ubuntu.com/ubuntu/ trusty main' | ||||||
|           sudo add-apt-repository -yn 'deb http://archive.ubuntu.com/ubuntu/ trusty universe' |           sudo add-apt-repository -yn 'deb http://archive.ubuntu.com/ubuntu/ trusty universe' | ||||||
|           sudo add-apt-repository -yn 'deb http://archive.ubuntu.com/ubuntu/ xenial main' |           sudo add-apt-repository -yn 'deb http://archive.ubuntu.com/ubuntu/ xenial main' | ||||||
|           sudo add-apt-repository -yn 'deb http://archive.ubuntu.com/ubuntu/ xenial universe'  |           sudo add-apt-repository -yn 'deb http://archive.ubuntu.com/ubuntu/ xenial universe' | ||||||
|           sudo add-apt-repository -yn 'deb http://archive.ubuntu.com/ubuntu/ bionic main' |           sudo add-apt-repository -yn 'deb http://archive.ubuntu.com/ubuntu/ bionic main' | ||||||
|           sudo add-apt-repository -yn 'deb http://archive.ubuntu.com/ubuntu/ bionic universe'  |           sudo add-apt-repository -yn 'deb http://archive.ubuntu.com/ubuntu/ bionic universe' | ||||||
|           sudo apt-get update |           sudo apt-get update | ||||||
|           sudo apt-get install -y clang-${{ matrix.clang }} |           sudo apt-get install -y clang-${{ matrix.clang }} | ||||||
|       - name: Checkout |       - name: Checkout | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user